Home
last modified time | relevance | path

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

/drivers/dma-buf/
A Ddma-heap.c130 unsigned int kcmd; in dma_heap_ioctl() local
140 kcmd = dma_heap_ioctl_cmds[nr]; in dma_heap_ioctl()
143 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl()
146 if ((ucmd & kcmd & IOC_IN) == 0) in dma_heap_ioctl()
148 if ((ucmd & kcmd & IOC_OUT) == 0) in dma_heap_ioctl()
168 switch (kcmd) { in dma_heap_ioctl()

Completed in 4 milliseconds