Home
last modified time | relevance | path

Searched refs:dma_buf_sync (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp72 struct dma_buf_sync { struct
77 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) argument
82 struct dma_buf_sync sync = {0}; in dma_sync_device_to_cpu()
89 struct dma_buf_sync sync = {0}; in dma_sync_cpu_to_device()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp73 struct dma_buf_sync { struct
78 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) argument
86 struct dma_buf_sync sync = {0}; in dma_sync_device_to_cpu()
93 struct dma_buf_sync sync = {0}; in dma_sync_cpu_to_device()
/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 Ddma-buf.h26 struct dma_buf_sync { struct
39 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) argument
/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 Ddma-buf.h26 struct dma_buf_sync { struct
39 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-buf.h26 struct dma_buf_sync { struct
41 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) argument
/OK3568_Linux_fs/buildroot/package/efl/
H A D0012-ecore_wl2-Fix-compile-error-with-old-kernel.patch26 struct dma_buf_sync {
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddma_buffer.cpp44 struct dma_buf_sync sync = {0}; in sync()
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dionmap_test.c89 struct dma_buf_sync sync = { 0 }; in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c135 struct dma_buf_sync sync = { in dmabuf_sync()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c460 struct dma_buf_sync sync; in dma_buf_ioctl()