Searched refs:DMA_BUF_SYNC_END (Results 1 – 5 of 5) sorted by relevance
82 #define DMA_BUF_SYNC_END (1 << 2) macro84 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
171 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_END); in test_alloc_and_import()188 ret = dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_END); in test_alloc_and_import()235 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_END); in test_alloc_zeroed()263 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_END); in test_alloc_zeroed()268 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_END); in test_alloc_zeroed()
28 overhead, as the DMA_BUF_SYNC_START and DMA_BUF_SYNC_END IOCTLs have to
428 sync.flags = DMA_BUF_SYNC_READ | DMA_BUF_SYNC_END; in do_server()
488 if (sync.flags & DMA_BUF_SYNC_END) in dma_buf_ioctl()