Home
last modified time | relevance | path

Searched refs:orig_cmd (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dparallel-perf.py720 self.orig_cmd = list(self.cmd)
773 self.orig_cmd, self.file_name, self.per_cpu,
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c3419 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() argument
3431 unsigned int cmd = v4l2_translate_cmd(orig_cmd); in video_usercopy()
3447 orig_cmd, &always_copy); in video_usercopy()
3465 orig_cmd, parg); in video_usercopy()
3513 orig_cmd, parg); in video_usercopy()
3521 if (video_put_user((void __user *)arg, parg, cmd, orig_cmd)) in video_usercopy()