Searched refs:odev_ioctl (Results 1 – 1 of 1) sorted by relevance
48 static long odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg);172 odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in odev_ioctl() function194 return odev_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in odev_ioctl_compat()222 .unlocked_ioctl = odev_ioctl,