Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_END (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Ddma-buf.h82 #define DMA_BUF_SYNC_END (1 << 2) macro
84 (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c179 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_END); in test_alloc_and_import()
200 ret = dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_END); in test_alloc_and_import()
250 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_END); in test_alloc_zeroed()
280 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_END); in test_alloc_zeroed()
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c472 if (sync.flags & DMA_BUF_SYNC_END) in dma_buf_ioctl()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7972 + return dmabuf_sync(dh, DMA_BUF_SYNC_END | DMA_BUF_SYNC_WRITE);
7984 + return dmabuf_sync(dh, DMA_BUF_SYNC_END | DMA_BUF_SYNC_READ);