Searched refs:DMA_BUF_IOCTL_SYNC (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/ |
| H A D | dma_alloc.cpp | 77 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro 85 return ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dma_sync_device_to_cpu() 92 return ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dma_sync_cpu_to_device()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | dma_alloc.cpp | 78 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro 89 return ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dma_sync_device_to_cpu() 96 return ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dma_sync_cpu_to_device()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/ |
| H A D | ionmap_test.c | 116 ret = ioctl(info.buffd, DMA_BUF_IOCTL_SYNC, &sync); in main() 123 ret = ioctl(info.buffd, DMA_BUF_IOCTL_SYNC, &sync); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | dma-buf.h | 39 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | dma-buf.h | 39 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dma-buf.h | 41 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | dma_buffer.cpp | 62 ret = ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in sync()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/ |
| H A D | dmabuf-heap.c | 140 ret = ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dmabuf_sync()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 468 case DMA_BUF_IOCTL_SYNC: in dma_buf_ioctl()
|