Home
last modified time | relevance | path

Searched refs:get_selection (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-subdev.c249 sd->ops->pad->get_selection(sd, cfg, sel); in call_get_selection()
308 .get_selection = call_get_selection,
472 sd, pad, get_selection, subdev_fh->pad, &sel); in subdev_do_ioctl()
541 sd, pad, get_selection, subdev_fh->pad, sel); in subdev_do_ioctl()
/Linux-v5.4/include/media/
Dsoc_camera.h101 int (*get_selection)(struct soc_camera_device *, struct v4l2_selection *); member
Dv4l2-subdev.h692 int (*get_selection)(struct v4l2_subdev *sd, member
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_uif.c181 .get_selection = uif_get_selection,
Dvsp1_rwpf.c248 .get_selection = vsp1_rwpf_get_selection,
Dvsp1_brx.c272 .get_selection = brx_get_selection,
Dvsp1_histo.c407 .get_selection = histo_get_selection,
/Linux-v5.4/drivers/media/i2c/
Dak881x.c218 .get_selection = ak881x_get_selection,
Dov9640.c669 .get_selection = ov9640_get_selection,
Dmt9m032.c687 .get_selection = mt9m032_get_pad_selection,
Dtw9910.c916 .get_selection = tw9910_get_selection,
Dimx214.c846 .get_selection = imx214_get_selection,
Dov5645.c1043 .get_selection = ov5645_get_selection,
Dmt9m001.c716 .get_selection = mt9m001_get_selection,
Dmt9t001.c835 .get_selection = mt9t001_get_selection,
Dov7251.c1245 .get_selection = ov7251_get_selection,
Dmt9p031.c985 .get_selection = mt9p031_get_selection,
Dmt9t112.c1011 .get_selection = mt9t112_get_selection,
Dov2640.c1139 .get_selection = ov2640_get_selection,
/Linux-v5.4/drivers/staging/media/soc_camera/
Dimx074.c280 .get_selection = imx074_get_selection,
Dsoc_camera.c970 return ici->ops->get_selection(icd, s); in soc_camera_g_selection()
1774 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel); in default_g_selection()
1870 if (!ici->ops->get_selection) in soc_camera_host_register()
1871 ici->ops->get_selection = default_g_selection; in soc_camera_host_register()
Dsoc_ov5642.c949 .get_selection = ov5642_get_selection,
Dsoc_ov9740.c904 .get_selection = ov9740_get_selection,
Dmt9t031.c736 .get_selection = mt9t031_get_selection,
Dsoc_mt9v022.c868 .get_selection = mt9v022_get_selection,

12