Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-heap.c232 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info) in dma_heap_add() function
316 EXPORT_SYMBOL_NS_GPL(dma_heap_add, "DMA_BUF_HEAP");
/linux/drivers/tee/
H A Dtee_heap.c273 h->heap = dma_heap_add(&exp_info); in alloc_dma_heap()