Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddma-buf.h79 #define DMA_BUF_SYNC_READ (1 << 0) macro
81 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/linux/drivers/dma-buf/
H A Ddma-buf.c559 case DMA_BUF_SYNC_READ: in dma_buf_ioctl()