Home
last modified time | relevance | path

Searched refs:dma_heap_buffer_alloc (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-heap.c52 static int dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, in dma_heap_buffer_alloc() function
96 fd = dma_heap_buffer_alloc(heap, heap_allocation->len, in dma_heap_ioctl_allocate()
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dkernel.patch295 -static int dma_heap_buffer_alloc(struct dma_heap *heap, size_t len,
322 +struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len,
342 +EXPORT_SYMBOL_GPL(dma_heap_buffer_alloc);
351 + dmabuf = dma_heap_buffer_alloc(heap, len, fd_flags, heap_flags);
378 - fd = dma_heap_buffer_alloc(heap, heap_allocation->len,
2400 + * dma_heap_buffer_alloc - Allocate dma-buf from a dma_heap
2408 +struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len,
2412 +/** dma_heap_buffer_free - Free dma_buf allocated by dma_heap_buffer_alloc
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch1275 + * dma_heap_buffer_alloc - Allocate dma-buf from a dma_heap
1283 +struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len,
1287 +/** dma_heap_buffer_free - Free dma_buf allocated by dma_heap_buffer_alloc
Ddrivers.patch5605 -static int dma_heap_buffer_alloc(struct dma_heap *heap, size_t len,
5632 +struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len,
5652 +EXPORT_SYMBOL_GPL(dma_heap_buffer_alloc);
5661 + dmabuf = dma_heap_buffer_alloc(heap, len, fd_flags, heap_flags);
5688 - fd = dma_heap_buffer_alloc(heap, heap_allocation->len,