Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddma-heap.h50 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\ macro
/linux/drivers/dma-buf/
H A Ddma-heap.c122 DMA_HEAP_IOCTL_ALLOC,
169 case DMA_HEAP_IOCTL_ALLOC: in dma_heap_ioctl()
/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c120 ret = ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &data); in dmabuf_heap_alloc_fdflags()