Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddma-buf.h172 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c222 ioctl(dst->fd, DMA_BUF_IOCTL_SYNC, &sync); in udmabuf_memcpy_to_device()
227 ioctl(dst->fd, DMA_BUF_IOCTL_SYNC, &sync); in udmabuf_memcpy_to_device()
236 ioctl(src->fd, DMA_BUF_IOCTL_SYNC, &sync); in udmabuf_memcpy_from_device()
241 ioctl(src->fd, DMA_BUF_IOCTL_SYNC, &sync); in udmabuf_memcpy_from_device()
/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c140 return ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dmabuf_sync()
/linux/drivers/dma-buf/
H A Ddma-buf.c551 case DMA_BUF_IOCTL_SYNC: in dma_buf_ioctl()