Home
last modified time | relevance | path

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 Ddma_alloc.cpp63 #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 Ddma_alloc.cpp64 #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 Ddma-heap.h50 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-heap.h55 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c48 #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 Ddma-heap.c173 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 Ddmabuf-heap.c119 ret = ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &data); in dmabuf_heap_alloc_fdflags()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_mem.c203 ret = ioctl(dma_node_fd, DMA_HEAP_IOCTL_ALLOC, &req); in crypto_alloc_node_dma_heap()