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.c136 unsigned int kcmd; in dma_heap_ioctl() local
146 kcmd = dma_heap_ioctl_cmds[nr]; in dma_heap_ioctl()
149 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl()
152 if ((ucmd & kcmd & IOC_IN) == 0) in dma_heap_ioctl()
154 if ((ucmd & kcmd & IOC_OUT) == 0) in dma_heap_ioctl()
174 switch (kcmd) { in dma_heap_ioctl()