Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_START (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp69 #define DMA_BUF_SYNC_START (0 << 2) macro
84 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_RW; in dma_sync_device_to_cpu()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp70 #define DMA_BUF_SYNC_START (0 << 2) macro
88 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_RW; in dma_sync_device_to_cpu()
/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.h33 #define DMA_BUF_SYNC_START (0 << 2) 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 Ddma-buf.h33 #define DMA_BUF_SYNC_START (0 << 2) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-buf.h33 #define DMA_BUF_SYNC_START (0 << 2) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c181 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_START); in test_alloc_and_import()
200 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_START); in test_alloc_and_import()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddma_buffer.cpp57 sync.flags |= DMA_BUF_SYNC_START; in sync()
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dionmap_test.c115 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_RW; in main()