Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddma-buf.h80 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE) macro
84 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/linux-6.3-rc2/drivers/dma-buf/
A Ddma-buf.c353 if (arg.flags & ~DMA_BUF_SYNC_RW) in dma_buf_export_sync_file()
356 if ((arg.flags & DMA_BUF_SYNC_RW) == 0) in dma_buf_export_sync_file()
410 if (arg.flags & ~DMA_BUF_SYNC_RW) in dma_buf_import_sync_file()
413 if ((arg.flags & DMA_BUF_SYNC_RW) == 0) in dma_buf_import_sync_file()
463 switch (sync.flags & DMA_BUF_SYNC_RW) { in dma_buf_ioctl()
470 case DMA_BUF_SYNC_RW: in dma_buf_ioctl()
/linux-6.3-rc2/tools/testing/selftests/dmabuf-heaps/
A Ddmabuf-heap.c135 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()

Completed in 7 milliseconds