Searched refs:dma_heap_bufferfd_alloc (Results 1 – 4 of 4) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
| D | dma-heap.c | 101 int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, unsigned int … in dma_heap_bufferfd_alloc() function 118 EXPORT_SYMBOL_GPL(dma_heap_bufferfd_alloc); 147 …fd = dma_heap_bufferfd_alloc(heap, heap_allocation->len, heap_allocation->fd_flags, heap_allocatio… in dma_heap_ioctl_allocate()
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | dma-heap.h | 118 int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, unsigned int …
|
| /device/soc/allwinner/t507/patches/kernel/linux-5.10/ |
| D | kernel.patch | 137 +int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, 157 +EXPORT_SYMBOL_GPL(dma_heap_bufferfd_alloc); 174 + fd = dma_heap_bufferfd_alloc(heap, heap_allocation->len, 2137 + * dma_heap_bufferfd_alloc - Allocate dma-buf fd from a dma_heap 2143 +int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len,
|
| /device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
| D | kernel.patch | 5160 +int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, 5180 +EXPORT_SYMBOL_GPL(dma_heap_bufferfd_alloc); 5197 + fd = dma_heap_bufferfd_alloc(heap, heap_allocation->len, 72531 + * dma_heap_bufferfd_alloc - Allocate dma-buf fd from a dma_heap 72537 +int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len,
|