Searched refs:DMA_BUF_SYNC_RW (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddma-buf.h72 * DMA_BUF_SYNC_RW:
80 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE) macro
84 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/linux-master/drivers/dma-buf/
H A Ddma-buf.c348 if (arg.flags & ~DMA_BUF_SYNC_RW)
351 if ((arg.flags & DMA_BUF_SYNC_RW) == 0)
405 if (arg.flags & ~DMA_BUF_SYNC_RW)
408 if ((arg.flags & DMA_BUF_SYNC_RW) == 0)
458 switch (sync.flags & DMA_BUF_SYNC_RW) {
465 case DMA_BUF_SYNC_RW:
/linux-master/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c135 .flags = start_stop | DMA_BUF_SYNC_RW,

Completed in 227 milliseconds