Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
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-v5.15/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c136 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()
/Linux-v5.15/drivers/dma-buf/
Ddma-buf.c386 switch (sync.flags & DMA_BUF_SYNC_RW) { in dma_buf_ioctl()
393 case DMA_BUF_SYNC_RW: in dma_buf_ioctl()