Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/dmabuf-heaps/
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-6.12.1/include/uapi/linux/
Ddma-buf.h81 #define DMA_BUF_SYNC_START (0 << 2) macro
/linux-6.12.1/Documentation/iio/
Diio_dmabuf_api.rst28 overhead, as the DMA_BUF_SYNC_START and DMA_BUF_SYNC_END IOCTLs have to
/linux-6.12.1/tools/testing/selftests/net/
Dncdevmem.c414 sync.flags = DMA_BUF_SYNC_READ | DMA_BUF_SYNC_START; in do_server()