Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-heap.c123 unsigned int kcmd; in dma_heap_ioctl() local
135 kcmd = dma_heap_ioctl_cmds[nr]; in dma_heap_ioctl()
138 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl()
141 if ((ucmd & kcmd & IOC_IN) == 0) in dma_heap_ioctl()
143 if ((ucmd & kcmd & IOC_OUT) == 0) in dma_heap_ioctl()
163 switch (kcmd) { in dma_heap_ioctl()