Home
last modified time | relevance | path

Searched refs:arm_dma_free_args (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/arm/mm/
Ddma-mapping.c51 struct arm_dma_free_args { struct
65 void (*free)(struct arm_dma_free_args *args); argument
597 static void simple_allocator_free(struct arm_dma_free_args *args) in simple_allocator_free()
616 static void cma_allocator_free(struct arm_dma_free_args *args) in cma_allocator_free()
633 static void pool_allocator_free(struct arm_dma_free_args *args) in pool_allocator_free()
651 static void remap_allocator_free(struct arm_dma_free_args *args) in remap_allocator_free()
811 struct arm_dma_free_args args = { in __arm_dma_free()