Searched refs:DMA_BUF_SYNC_WRITE (Results 1 – 2 of 2) sorted by relevance
79 #define DMA_BUF_SYNC_WRITE (2 << 0) macro80 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
358 usage = dma_resv_usage_rw(arg.flags & DMA_BUF_SYNC_WRITE); in dma_buf_export_sync_file()415 usage = (arg.flags & DMA_BUF_SYNC_WRITE) ? DMA_RESV_USAGE_WRITE : in dma_buf_import_sync_file()462 case DMA_BUF_SYNC_WRITE: in dma_buf_ioctl()