Lines Matching defs:arg
194 unsigned long arg)
197 void __user *ip = (void __user *)arg;
254 unsigned long arg)
256 return linehandle_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
1166 unsigned long arg)
1169 void __user *ip = (void __user *)arg;
1188 unsigned long arg)
1190 return linereq_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
1603 unsigned long arg)
1606 void __user *ip = (void __user *)arg;
1636 unsigned long arg)
1638 return lineevent_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
2110 static long gpio_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
2114 void __user *ip = (void __user *)arg;
2149 unsigned long arg)
2151 return gpio_ioctl(file, cmd, (unsigned long)compat_ptr(arg));