Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_END (Results 1 – 9 of 9) sorted by relevance

/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.h34 #define DMA_BUF_SYNC_END (1 << 2) macro
36 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/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.h34 #define DMA_BUF_SYNC_END (1 << 2) macro
36 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-buf.h34 #define DMA_BUF_SYNC_END (1 << 2) macro
36 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp70 #define DMA_BUF_SYNC_END (1 << 2) macro
91 sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_RW; in dma_sync_cpu_to_device()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp71 #define DMA_BUF_SYNC_END (1 << 2) macro
95 sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_RW; in dma_sync_cpu_to_device()
/OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c184 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_END); in test_alloc_and_import()
202 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_END); in test_alloc_and_import()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddma_buffer.cpp59 sync.flags |= DMA_BUF_SYNC_END; in sync()
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dionmap_test.c122 sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_RW; in main()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c489 if (sync.flags & DMA_BUF_SYNC_END) in dma_buf_ioctl()
527 if (sync_p.flags & DMA_BUF_SYNC_END) in dma_buf_ioctl()