Lines Matching defs:arg
139 unsigned long arg)
144 if (get_user(port_id, (int __user *)arg))
151 unsigned long arg)
156 if (get_user(port_id, (int __user *)arg))
164 unsigned int cmd, unsigned long arg)
170 return fme_hdr_ioctl_release_port(pdata, arg);
172 return fme_hdr_ioctl_assign_port(pdata, arg);
593 unsigned long arg)
640 static long fme_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
653 return fme_ioctl_check_extension(pdata, arg);
663 ret = f->ops->ioctl(pdev, f, cmd, arg);