Searched refs:get_selection (Results 1 – 25 of 48) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 259 sd->ops->pad->get_selection(sd, cfg, sel); in call_get_selection() 332 .get_selection = call_get_selection, 510 sd, pad, get_selection, subdev_fh->pad, &sel); in subdev_do_ioctl() 585 sd, pad, get_selection, subdev_fh->pad, sel); in subdev_do_ioctl()
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | ak881x.c | 218 .get_selection = ak881x_get_selection,
|
D | ov9640.c | 669 .get_selection = ov9640_get_selection,
|
D | imx214.c | 846 .get_selection = imx214_get_selection,
|
D | tw9910.c | 916 .get_selection = tw9910_get_selection,
|
D | mt9m032.c | 687 .get_selection = mt9m032_get_pad_selection,
|
D | ov5645.c | 1043 .get_selection = ov5645_get_selection,
|
D | mt9m001.c | 716 .get_selection = mt9m001_get_selection,
|
D | mt9t001.c | 835 .get_selection = mt9t001_get_selection,
|
D | ov7251.c | 1245 .get_selection = ov7251_get_selection,
|
D | mt9t112.c | 1011 .get_selection = mt9t112_get_selection,
|
D | ov2640.c | 1139 .get_selection = ov2640_get_selection,
|
D | ov6650.c | 996 .get_selection = ov6650_get_selection,
|
D | imx219.c | 1256 .get_selection = imx219_get_selection,
|
D | mt9v032.c | 964 .get_selection = mt9v032_get_selection,
|
D | mt9p031.c | 1011 .get_selection = mt9p031_get_selection,
|
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-subdev.h | 710 int (*get_selection)(struct v4l2_subdev *sd, member
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
D | vimc-scaler.c | 331 .get_selection = vimc_sca_get_selection,
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
D | vi.c | 536 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in __tegra_channel_try_format() 650 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) in tegra_channel_g_selection() 659 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-resizer.c | 717 .get_selection = rkisp1_rsz_get_selection,
|
D | rkisp1-isp.c | 883 .get_selection = rkisp1_isp_get_selection,
|
12