Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-heap.c119 unsigned int kcmd; in dma_heap_ioctl() local
129 kcmd = dma_heap_ioctl_cmds[nr]; in dma_heap_ioctl()
132 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl()
135 if ((ucmd & kcmd & IOC_IN) == 0) in dma_heap_ioctl()
137 if ((ucmd & kcmd & IOC_OUT) == 0) in dma_heap_ioctl()
157 switch (kcmd) { in dma_heap_ioctl()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-heap.c131 unsigned int kcmd; in dma_heap_ioctl() local
141 kcmd = dma_heap_ioctl_cmds[nr]; in dma_heap_ioctl()
144 drv_size = _IOC_SIZE(kcmd); in dma_heap_ioctl()
147 if ((ucmd & kcmd & IOC_IN) == 0) in dma_heap_ioctl()
149 if ((ucmd & kcmd & IOC_OUT) == 0) in dma_heap_ioctl()
169 switch (kcmd) { in dma_heap_ioctl()

Completed in 2 milliseconds