Searched refs:dispatch_ioctl (Results 1 – 1 of 1) sorted by relevance
55 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg);110 .unlocked_ioctl = dispatch_ioctl,111 .compat_ioctl = dispatch_ioctl132 .unlocked_ioctl = dispatch_ioctl,133 .compat_ioctl = dispatch_ioctl142 .unlocked_ioctl = dispatch_ioctl,143 .compat_ioctl = dispatch_ioctl152 .unlocked_ioctl = dispatch_ioctl,153 .compat_ioctl = dispatch_ioctl1389 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg) in dispatch_ioctl() function