Searched refs:DMA_BUF_SYNC_WRITE (Results 1 – 2 of 2) sorted by relevance
68 * DMA_BUF_SYNC_WRITE:73 * An alias for DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE.79 #define DMA_BUF_SYNC_WRITE (2 << 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,129 * If DMA_BUF_SYNC_WRITE is set, the returned sync file waits on132 * If both DMA_BUF_SYNC_WRITE and DMA_BUF_SYNC_READ are set, this133 * is equivalent to just DMA_BUF_SYNC_WRITE.154 * Must be DMA_BUF_SYNC_READ, DMA_BUF_SYNC_WRITE, o[all...]
179 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_WRITE; in udmabuf_memcpy_to_device() 184 sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_WRITE; in udmabuf_memcpy_to_device()