Searched refs:get_selection (Results 1 – 25 of 54) sorted by relevance
123
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 49 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel); in soc_camera_client_g_rect() 56 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel); in soc_camera_client_g_rect() 139 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &bounds); in soc_camera_client_s_selection() 262 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel); in client_set_fmt()
|
D | soc_camera_platform.c | 117 .get_selection = soc_camera_platform_get_selection,
|
D | soc_camera.c | 976 return ici->ops->get_selection(icd, s); in soc_camera_g_selection() 1765 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel); in default_g_selection() 1861 if (!ici->ops->get_selection) in soc_camera_host_register() 1862 ici->ops->get_selection = default_g_selection; in soc_camera_host_register()
|
/Linux-v4.19/include/media/ |
D | soc_camera.h | 104 int (*get_selection)(struct soc_camera_device *, struct v4l2_selection *); member
|
D | v4l2-subdev.h | 701 int (*get_selection)(struct v4l2_subdev *sd, member
|
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_uif.c | 181 .get_selection = uif_get_selection,
|
D | vsp1_rwpf.c | 248 .get_selection = vsp1_rwpf_get_selection,
|
D | vsp1_brx.c | 272 .get_selection = brx_get_selection,
|
D | vsp1_histo.c | 407 .get_selection = histo_get_selection,
|
/Linux-v4.19/drivers/media/i2c/ |
D | ak881x.c | 222 .get_selection = ak881x_get_selection,
|
D | mt9m032.c | 695 .get_selection = mt9m032_get_pad_selection,
|
D | tw9910.c | 915 .get_selection = tw9910_get_selection,
|
D | mt9t001.c | 838 .get_selection = mt9t001_get_selection,
|
D | ov5645.c | 1088 .get_selection = ov5645_get_selection,
|
D | ov2640.c | 1101 .get_selection = ov2640_get_selection,
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 332 sd, pad, get_selection, subdev_fh->pad, &sel); in subdev_do_ioctl() 436 sd, pad, get_selection, subdev_fh->pad, sel); in subdev_do_ioctl()
|
/Linux-v4.19/drivers/staging/media/imx074/ |
D | imx074.c | 285 .get_selection = imx074_get_selection,
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | ov5642.c | 952 .get_selection = ov5642_get_selection,
|
D | ov9640.c | 653 .get_selection = ov9640_get_selection,
|
D | mt9m001.c | 645 .get_selection = mt9m001_get_selection,
|
D | ov9740.c | 909 .get_selection = ov9740_get_selection,
|
D | tw9910.c | 915 .get_selection = tw9910_get_selection,
|
D | mt9v022.c | 873 .get_selection = mt9v022_get_selection,
|
D | ov772x.c | 1022 .get_selection = ov772x_get_selection,
|
/Linux-v4.19/drivers/staging/media/mt9t031/ |
D | mt9t031.c | 741 .get_selection = mt9t031_get_selection,
|
123