Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_READ (Results 1 – 7 of 7) 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.h30 #define DMA_BUF_SYNC_READ (1 << 0) macro
32 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/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.h30 #define DMA_BUF_SYNC_READ (1 << 0) macro
32 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-buf.h30 #define DMA_BUF_SYNC_READ (1 << 0) macro
32 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp66 #define DMA_BUF_SYNC_READ (1 << 0) macro
68 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp67 #define DMA_BUF_SYNC_READ (1 << 0) macro
69 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddma_buffer.cpp49 sync.flags = DMA_BUF_SYNC_READ; in sync()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c476 case DMA_BUF_SYNC_READ: in dma_buf_ioctl()
514 case DMA_BUF_SYNC_READ: in dma_buf_ioctl()