Searched refs:DMA_HEAP_IOCTL_ALLOC (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/ |
| H A D | dma_alloc.cpp | 63 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro 114 ret = ioctl(dma_heap_fd, DMA_HEAP_IOCTL_ALLOC, &buf_data); in dma_buf_alloc()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | dma_alloc.cpp | 64 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro 119 ret = ioctl(cma_heap_fd, DMA_HEAP_IOCTL_ALLOC, &buf_data); in dma_buf_alloc()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | dma-heap.h | 50 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dma-heap.h | 55 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_dma_heap.c | 48 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0, struct dma_heap_allocation_d… macro 105 ret = ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &data); in dma_heap_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-heap.c | 173 DMA_HEAP_IOCTL_ALLOC, 221 case DMA_HEAP_IOCTL_ALLOC: in dma_heap_ioctl()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/ |
| H A D | dmabuf-heap.c | 119 ret = ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &data); in dmabuf_heap_alloc_fdflags()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_mem.c | 203 ret = ioctl(dma_node_fd, DMA_HEAP_IOCTL_ALLOC, &req); in crypto_alloc_node_dma_heap()
|