Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_RW (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Ddma-buf.h32 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE) macro
36 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/Linux-v5.10/tools/testing/selftests/android/ion/
Dionmap_test.c115 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_RW; in main()
122 sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_RW; in main()
/Linux-v5.10/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c136 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()
/Linux-v5.10/drivers/dma-buf/
Ddma-buf.c371 switch (sync.flags & DMA_BUF_SYNC_RW) { in dma_buf_ioctl()
378 case DMA_BUF_SYNC_RW: in dma_buf_ioctl()