Lines Matching defs:arg
138 unsigned long arg)
143 if (get_user(port_id, (int __user *)arg))
150 unsigned long arg)
155 if (get_user(port_id, (int __user *)arg))
163 unsigned int cmd, unsigned long arg)
169 return fme_hdr_ioctl_release_port(pdata, arg);
171 return fme_hdr_ioctl_assign_port(pdata, arg);
592 unsigned long arg)
639 static long fme_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
652 return fme_ioctl_check_extension(pdata, arg);
662 ret = f->ops->ioctl(pdev, f, cmd, arg);