Searched refs:video_usercopy (Results 1 – 3 of 3) sorted by relevance
/linux/include/media/ |
H A D | v4l2-ioctl.h | 702 * video_usercopy - copies data from/to userspace memory when an ioctl is 714 long int video_usercopy(struct file *file, unsigned int cmd,
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 3423 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() function 3536 return video_usercopy(file, cmd, arg, __video_do_ioctl); in video_ioctl2()
|
H A D | v4l2-subdev.c | 1161 return video_usercopy(file, cmd, arg, subdev_do_ioctl_lock); in subdev_ioctl()
|