Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/android/
Dvsoc.c143 static long vsoc_ioctl(struct file *, unsigned int, unsigned long);
227 .unlocked_ioctl = vsoc_ioctl,
228 .compat_ioctl = vsoc_ioctl,
529 static long vsoc_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in vsoc_ioctl() function