Searched refs:video_usercopy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ioctl.h | 699 * video_usercopy - copies data from/to userspace memory when an ioctl is 711 long int video_usercopy(struct file *file, unsigned int cmd,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ioctl.h | 709 * video_usercopy - copies data from/to userspace memory when an ioctl is 721 long int video_usercopy(struct file *file, unsigned int cmd,
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 685 return video_usercopy(file, cmd, arg, subdev_do_ioctl_lock); in subdev_ioctl()
|
H A D | v4l2-ioctl.c | 3273 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() function 3361 return video_usercopy(file, cmd, arg, __video_do_ioctl); in video_ioctl2()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 3333 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() function 3443 return video_usercopy(file, cmd, arg, __video_do_ioctl); in video_ioctl2()
|
H A D | v4l2-subdev.c | 987 return video_usercopy(file, cmd, arg, subdev_do_ioctl_lock); in subdev_ioctl()
|
Completed in 16 milliseconds