Home
last modified time | relevance | path

Searched refs:DMA_HEAP_IOCTL_ALLOC (Results 1 – 4 of 4) 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.c120 ret = ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &data); in dmabuf_heap_alloc_fdflags()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch8152 + while (ioctl(dbsc->fd, DMA_HEAP_IOCTL_ALLOC, &data)) {