Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-heap.c37 struct dma_heap { struct
57 static int dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, in dma_heap_buffer_alloc() argument
86 struct dma_heap *heap; in dma_heap_open()
104 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_allocate()
207 void *dma_heap_get_drvdata(struct dma_heap *heap) in dma_heap_get_drvdata()
220 const char *dma_heap_get_name(struct dma_heap *heap) in dma_heap_get_name()
230 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info) in dma_heap_add()
232 struct dma_heap *heap, *h, *err_ret; in dma_heap_add()
/linux/drivers/tee/
H A Dtee_heap.c18 struct dma_heap *heap;
168 static struct dma_buf *tee_dma_heap_alloc(struct dma_heap *heap, in tee_dma_heap_alloc()