Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c168 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_START); in test_alloc_and_import()
181 ret = dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_START); in test_alloc_and_import()
233 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_START); in test_alloc_zeroed()
258 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_START); in test_alloc_zeroed()
/linux/include/uapi/linux/
H A Ddma-buf.h81 #define DMA_BUF_SYNC_START (0 << 2) macro
/linux/Documentation/iio/
H A Diio_dmabuf_api.rst28 overhead, as the DMA_BUF_SYNC_START and DMA_BUF_SYNC_END IOCTLs have to
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c219 sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_WRITE;
233 sync.flags = DMA_BUF_SYNC_START; in validate_buffer()