Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/android/
Dvsoc.c144 static long vsoc_ioctl(struct file *, unsigned int, unsigned long);
228 .unlocked_ioctl = vsoc_ioctl,
229 .compat_ioctl = vsoc_ioctl,
531 static long vsoc_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vsoc_ioctl() function