Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddma-buf.h171 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c140 return ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync); in dmabuf_sync()
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c451 case DMA_BUF_IOCTL_SYNC: in dma_buf_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch463 +pub const DMA_BUF_IOCTL_SYNC: u32 = 1074291200;
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch54676 + while (ioctl(dh->fd, DMA_BUF_IOCTL_SYNC, &sync) == -1) {
64992 + while (ioctl(fd, DMA_BUF_IOCTL_SYNC, &sync) == -1) {