Lines Matching defs:size

43 	size_t size;  member
53 size_t size; member
107 static void __dma_clear_buffer(struct page *page, size_t size, int coherent_flag) in __dma_clear_buffer()
141 static struct page *__dma_alloc_buffer(struct device *dev, size_t size, in __dma_alloc_buffer()
166 static void __dma_free_buffer(struct page *page, size_t size) in __dma_free_buffer()
254 unsigned long size; member
261 void __init dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) in dma_contiguous_early_fixup()
317 static void __dma_remap(struct page *page, size_t size, pgprot_t prot) in __dma_remap()
326 static void *__alloc_remap_buffer(struct device *dev, size_t size, gfp_t gfp, in __alloc_remap_buffer()
353 static void *__alloc_from_pool(size_t size, struct page **ret_page) in __alloc_from_pool()
374 static bool __in_atomic_pool(void *start, size_t size) in __in_atomic_pool()
379 static int __free_from_pool(void *start, size_t size) in __free_from_pool()
389 static void *__alloc_from_contiguous(struct device *dev, size_t size, in __alloc_from_contiguous()
425 void *cpu_addr, size_t size, bool want_vaddr) in __free_from_contiguous()
444 static void *__alloc_simple_buffer(struct device *dev, size_t size, gfp_t gfp, in __alloc_simple_buffer()
531 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in __dma_alloc()
611 static void __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, in __arm_dma_free()
634 size_t size, enum dma_data_direction dir, in dma_cache_maint_page() argument
686 size_t size, enum dma_data_direction dir) in __dma_page_cpu_to_dev()
702 size_t size, enum dma_data_direction dir) in __dma_page_dev_to_cpu()
761 size_t size) in __alloc_iova()
819 dma_addr_t addr, size_t size) in __free_iova()
856 static struct page **__iommu_alloc_buffer(struct device *dev, size_t size, in __iommu_alloc_buffer()
948 size_t size, unsigned long attrs) in __iommu_free_buffer()
969 __iommu_create_mapping(struct device *dev, struct page **pages, size_t size, in __iommu_create_mapping()
1008 static int __iommu_remove_mapping(struct device *dev, dma_addr_t iova, size_t size) in __iommu_remove_mapping()
1046 static void *__iommu_alloc_simple(struct device *dev, size_t size, gfp_t gfp, in __iommu_alloc_simple()
1072 dma_addr_t handle, size_t size, int coherent_flag) in __iommu_free_atomic()
1081 static void *arm_iommu_alloc_attrs(struct device *dev, size_t size, in arm_iommu_alloc_attrs()
1131 void *cpu_addr, dma_addr_t dma_addr, size_t size, in arm_iommu_mmap_attrs()
1158 static void arm_iommu_free_attrs(struct device *dev, size_t size, void *cpu_addr, in arm_iommu_free_attrs()
1185 size_t size, unsigned long attrs) in arm_iommu_get_sgtable()
1201 size_t size, dma_addr_t *handle, in __map_sg_chunk()
1260 unsigned int size = s->offset + s->length; in arm_iommu_map_sg() local
1383 unsigned long offset, size_t size, enum dma_data_direction dir, in arm_iommu_map_page()
1419 size_t size, enum dma_data_direction dir, unsigned long attrs) in arm_iommu_unmap_page()
1447 phys_addr_t phys_addr, size_t size, in arm_iommu_map_resource()
1481 size_t size, enum dma_data_direction dir, in arm_iommu_unmap_resource()
1497 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_cpu()
1512 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_device()
1560 arm_iommu_create_mapping(struct bus_type *bus, dma_addr_t base, u64 size) in arm_iommu_create_mapping()
1725 static void arm_setup_iommu_dma_ops(struct device *dev, u64 dma_base, u64 size, in arm_setup_iommu_dma_ops()
1760 static void arm_setup_iommu_dma_ops(struct device *dev, u64 dma_base, u64 size, in arm_setup_iommu_dma_ops()
1769 void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, in arch_setup_dma_ops()
1806 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
1813 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
1820 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, in arch_dma_alloc()
1828 void arch_dma_free(struct device *dev, size_t size, void *cpu_addr, in arch_dma_free()