Lines Matching defs:size
295 #define CCIO_SEARCH_LOOP(ioc, res_idx, mask, size) \ argument
309 #define CCIO_FIND_FREE_MAPPING(ioa, res_idx, mask, size) \ argument
340 ccio_alloc_range(struct ioc *ioc, struct device *dev, size_t size) in ccio_alloc_range()
417 #define CCIO_FREE_MAPPINGS(ioc, res_idx, mask, size) \ argument
733 ccio_map_single(struct device *dev, void *addr, size_t size, in ccio_map_single()
801 ccio_unmap_single(struct device *dev, dma_addr_t iova, size_t size, in ccio_unmap_single()
839 ccio_alloc_consistent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flag) in ccio_alloc_consistent()
872 ccio_free_consistent(struct device *dev, size_t size, void *cpu_addr, in ccio_free_consistent()
1415 static int new_ioc_area(struct resource *res, unsigned long size, in new_ioc_area()
1434 static int expand_ioc_area(struct resource *res, unsigned long size, in expand_ioc_area()
1467 struct resource *res, unsigned long size, in ccio_allocate_resource()