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()
416 #define CCIO_FREE_MAPPINGS(ioc, res_idx, mask, size) \ argument
724 ccio_map_single(struct device *dev, void *addr, size_t size, in ccio_map_single()
787 size_t size, enum dma_data_direction direction, in ccio_map_page()
803 ccio_unmap_page(struct device *dev, dma_addr_t iova, size_t size, in ccio_unmap_page()
845 ccio_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flag, in ccio_alloc()
879 ccio_free(struct device *dev, size_t size, void *cpu_addr, in ccio_free()
1396 static int new_ioc_area(struct resource *res, unsigned long size, in new_ioc_area()
1415 static int expand_ioc_area(struct resource *res, unsigned long size, in expand_ioc_area()
1448 struct resource *res, unsigned long size, in ccio_allocate_resource()