Searched refs:DMA_BUF_SYNC_READ (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddma-buf.h64 * DMA_BUF_SYNC_READ:
73 * An alias for DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE.
78 #define DMA_BUF_SYNC_READ (1 << 0) macro
80 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
122 * Must be DMA_BUF_SYNC_READ, DMA_BUF_SYNC_WRITE, or both.
124 * If DMA_BUF_SYNC_READ is set and DMA_BUF_SYNC_WRITE is not set,
132 * If both DMA_BUF_SYNC_WRITE and DMA_BUF_SYNC_READ are set, this
154 * Must be DMA_BUF_SYNC_READ, DMA_BUF_SYNC_WRITE, or both.
156 * If DMA_BUF_SYNC_READ is set and DMA_BUF_SYNC_WRITE is not set,
/linux-master/drivers/dma-buf/
H A Ddma-buf.c459 case DMA_BUF_SYNC_READ:

Completed in 226 milliseconds