Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c172 static unsigned int dma_heap_ioctl_cmds[] = { variable
187 if (nr >= ARRAY_SIZE(dma_heap_ioctl_cmds)) in dma_heap_ioctl()
190 nr = array_index_nospec(nr, ARRAY_SIZE(dma_heap_ioctl_cmds)); in dma_heap_ioctl()
192 kcmd = dma_heap_ioctl_cmds[nr]; in dma_heap_ioctl()