Searched refs:v4l_g_selection (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 2363 static int v4l_g_selection(const struct v4l2_ioctl_ops *ops, in v4l_g_selection() function 2417 ret = v4l_g_selection(ops, file, fh, &s); in v4l_g_crop() 2497 ret = v4l_g_selection(ops, file, fh, &s); in v4l_cropcap() 2508 ret = v4l_g_selection(ops, file, fh, &s); in v4l_cropcap() 2839 IOCTL_INFO(VIDIOC_G_SELECTION, v4l_g_selection, v4l_print_selection, INFO_FL_CLEAR(v4l2_selection, r)),
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 2399 static int v4l_g_selection(const struct v4l2_ioctl_ops *ops, in v4l_g_selection() function 2453 ret = v4l_g_selection(ops, file, fh, &s); in v4l_g_crop() 2533 ret = v4l_g_selection(ops, file, fh, &s); in v4l_cropcap() 2544 ret = v4l_g_selection(ops, file, fh, &s); in v4l_cropcap() 2874 IOCTL_INFO(VIDIOC_G_SELECTION, v4l_g_selection, v4l_print_selection, INFO_FL_CLEAR(v4l2_selection, r)),
|
Completed in 10 milliseconds