Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddma-heap.h51 void *dma_heap_get_drvdata(struct dma_heap *heap);
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c202 void *dma_heap_get_drvdata(struct dma_heap *heap) in dma_heap_get_drvdata() function
/openbmc/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c281 struct cma_heap *cma_heap = dma_heap_get_drvdata(heap); in cma_heap_allocate()