Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddma-heap.h50 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c123 DMA_HEAP_IOCTL_ALLOC,
170 case DMA_HEAP_IOCTL_ALLOC: in dma_heap_ioctl()
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c118 ret = ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &data); in dmabuf_heap_alloc_fdflags()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch565 +pub const DMA_HEAP_IOCTL_ALLOC: u32 = 3222816768;
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch54640 + while (ioctl(dbsc->fd, DMA_HEAP_IOCTL_ALLOC, &data)) {