Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H 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)
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c348 if (arg.flags & ~DMA_BUF_SYNC_RW) in dma_buf_export_sync_file()
351 if ((arg.flags & DMA_BUF_SYNC_RW) == 0) in dma_buf_export_sync_file()
405 if (arg.flags & ~DMA_BUF_SYNC_RW) in dma_buf_import_sync_file()
408 if ((arg.flags & DMA_BUF_SYNC_RW) == 0) in dma_buf_import_sync_file()
458 switch (sync.flags & DMA_BUF_SYNC_RW) { in dma_buf_ioctl()
465 case DMA_BUF_SYNC_RW: in dma_buf_ioctl()
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c135 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()