Lines Matching defs:arg
22 struct hda_verb_ioctl __user *arg)
26 if (get_user(verb, &arg->verb))
30 if (put_user(res, &arg->res))
36 struct hda_verb_ioctl __user *arg)
40 if (get_user(verb, &arg->verb))
52 if (put_user(res, &arg->res))
61 unsigned int cmd, unsigned long arg)
64 void __user *argp = (void __user *)arg;
79 unsigned int cmd, unsigned long arg)
81 return hda_hwdep_ioctl(hw, file, cmd, (unsigned long)compat_ptr(arg));