Home
last modified time | relevance | path

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

123

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-subdev.c261 sd->ops->pad->get_selection(sd, state, sel); in call_get_selection()
359 DEFINE_STATE_WRAPPER(get_selection, struct v4l2_subdev_selection);
368 .get_selection = call_get_selection_state,
583 sd, pad, get_selection, state, &sel); in subdev_do_ioctl()
658 sd, pad, get_selection, state, sel); in subdev_do_ioctl()
/linux-5.19.10/drivers/media/i2c/
Dak881x.c218 .get_selection = ak881x_get_selection,
Dov9640.c671 .get_selection = ov9640_get_selection,
Dimx214.c847 .get_selection = imx214_get_selection,
Dtw9910.c916 .get_selection = tw9910_get_selection,
Dmt9m032.c691 .get_selection = mt9m032_get_pad_selection,
Dov5645.c1045 .get_selection = ov5645_get_selection,
Dmt9t001.c843 .get_selection = mt9t001_get_selection,
Dmt9m001.c719 .get_selection = mt9m001_get_selection,
Dov5647.c1066 .get_selection = ov5647_get_selection,
Dmt9t112.c1011 .get_selection = mt9t112_get_selection,
Dov2640.c1139 .get_selection = ov2640_get_selection,
Dmt9p031.c1026 .get_selection = mt9p031_get_selection,
Dov6650.c1008 .get_selection = ov6650_get_selection,
Drj54n1cb0c.c1247 .get_selection = rj54n1_get_selection,
Dimx219.c1261 .get_selection = imx219_get_selection,
Dmt9v032.c972 .get_selection = mt9v032_get_selection,
/linux-5.19.10/drivers/media/platform/renesas/vsp1/
Dvsp1_uif.c184 .get_selection = uif_get_selection,
Dvsp1_rwpf.c252 .get_selection = vsp1_rwpf_get_selection,
Dvsp1_brx.c274 .get_selection = brx_get_selection,
Dvsp1_histo.c412 .get_selection = histo_get_selection,
/linux-5.19.10/drivers/media/test-drivers/vimc/
Dvimc-scaler.c301 .get_selection = vimc_sca_get_selection,
/linux-5.19.10/drivers/staging/media/tegra-video/
Dvi.c543 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) { in __tegra_channel_try_format()
547 ret = v4l2_subdev_call(subdev, pad, get_selection, in __tegra_channel_try_format()
686 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) in tegra_channel_g_selection()
695 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection()
/linux-5.19.10/include/media/
Dv4l2-subdev.h781 int (*get_selection)(struct v4l2_subdev *sd, member
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/
Drkisp1-resizer.c737 .get_selection = rkisp1_rsz_get_selection,

123