Home
last modified time | relevance | path

Searched refs:DMA_HEAP_IOC_MAGIC (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Ddma-heap.h42 #define DMA_HEAP_IOC_MAGIC 'H' macro
50 #define DMA_HEAP_IOCTL_ALLOC _IOWR(DMA_HEAP_IOC_MAGIC, 0x0,\
/linux-5.19.10/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c315 older_alloc_ioctl = _IOWR(DMA_HEAP_IOC_MAGIC, 0x0, in dmabuf_heap_alloc_older()
351 newer_alloc_ioctl = _IOWR(DMA_HEAP_IOC_MAGIC, 0x0, in dmabuf_heap_alloc_newer()