Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_READ (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Ddma-buf.h78 #define DMA_BUF_SYNC_READ (1 << 0) macro
80 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/Linux-v6.6/drivers/dma-buf/
Ddma-buf.c459 case DMA_BUF_SYNC_READ: in dma_buf_ioctl()