Home
last modified time | relevance | path

Searched refs:dma_heap_allocation_data (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp55 struct dma_heap_allocation_data { struct
64 struct dma_heap_allocation_data) argument
100 struct dma_heap_allocation_data buf_data; in dma_buf_alloc()
110 memset(&buf_data, 0x0, sizeof(struct dma_heap_allocation_data)); in dma_buf_alloc()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp56 struct dma_heap_allocation_data { struct
65 struct dma_heap_allocation_data) argument
103 struct dma_heap_allocation_data buf_data; in dma_buf_alloc()
115 memset(&buf_data, 0x0, sizeof(struct dma_heap_allocation_data)); in dma_buf_alloc()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Ddma-heap.h35 struct dma_heap_allocation_data { struct
51 struct dma_heap_allocation_data)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-heap.h35 struct dma_heap_allocation_data { struct
56 struct dma_heap_allocation_data)
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c40 struct dma_heap_allocation_data { struct
48 …ine DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0, struct dma_heap_allocation_data) argument
94 struct dma_heap_allocation_data data = { in dma_heap_alloc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c108 struct dma_heap_allocation_data data = { in dmabuf_heap_alloc_fdflags()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_mem.c187 struct dma_heap_allocation_data req = { in crypto_alloc_node_dma_heap()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c141 struct dma_heap_allocation_data *heap_allocation = data; in dma_heap_ioctl_allocate()