Home
last modified time | relevance | path

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

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