Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddma-heap.h14 struct dma_heap;
23 struct dma_buf *(*allocate)(struct dma_heap *heap,
43 void *dma_heap_get_drvdata(struct dma_heap *heap);
45 const char *dma_heap_get_name(struct dma_heap *heap);
47 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info);
/linux-6.12.1/drivers/dma-buf/
Ddma-heap.c36 struct dma_heap { struct
51 static int dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, in dma_heap_buffer_alloc() argument
80 struct dma_heap *heap; in dma_heap_open()
98 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_allocate()
201 void *dma_heap_get_drvdata(struct dma_heap *heap) in dma_heap_get_drvdata()
213 const char *dma_heap_get_name(struct dma_heap *heap) in dma_heap_get_name()
222 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info) in dma_heap_add()
224 struct dma_heap *heap, *h, *err_ret; in dma_heap_add()
DKconfig74 This options creates per heap chardevs in /dev/dma_heap/ which
/linux-6.12.1/drivers/dma-buf/heaps/
Dsystem_heap.c24 static struct dma_heap *sys_heap;
27 struct dma_heap *heap;
334 static struct dma_buf *system_heap_allocate(struct dma_heap *heap, in system_heap_allocate()
Dcma_heap.c27 struct dma_heap *heap;
275 static struct dma_buf *cma_heap_allocate(struct dma_heap *heap, in cma_heap_allocate()