Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddma-heap.h66 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info);
/linux-5.19.10/drivers/dma-buf/
Ddma-heap.c219 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info) in dma_heap_add() function
/linux-5.19.10/drivers/dma-buf/heaps/
Dcma_heap.c384 cma_heap->heap = dma_heap_add(&exp_info); in __add_cma_heap()
Dsystem_heap.c433 sys_heap = dma_heap_add(&exp_info); in system_heap_create()