Searched refs:subdev_do_ioctl_lock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 667 static long subdev_do_ioctl_lock(struct file *file, unsigned int cmd, void *arg) in subdev_do_ioctl_lock() function 685 return video_usercopy(file, cmd, arg, subdev_do_ioctl_lock); in subdev_ioctl()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 953 static long subdev_do_ioctl_lock(struct file *file, unsigned int cmd, void *arg) in subdev_do_ioctl_lock() function 987 return video_usercopy(file, cmd, arg, subdev_do_ioctl_lock); in subdev_ioctl()
|
Completed in 4 milliseconds