Searched refs:set_selection (Results 1 – 25 of 42) sorted by relevance
12
/linux-5.19.10/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 269 sd->ops->pad->set_selection(sd, state, sel); in call_set_selection() 360 DEFINE_STATE_WRAPPER(set_selection, struct v4l2_subdev_selection); 369 .set_selection = call_set_selection_state, 605 sd, pad, set_selection, state, &sel); in subdev_do_ioctl() 669 sd, pad, set_selection, state, sel); in subdev_do_ioctl()
|
/linux-5.19.10/drivers/media/platform/renesas/vsp1/ |
D | vsp1_uif.c | 185 .set_selection = uif_set_selection,
|
D | vsp1_rwpf.c | 253 .set_selection = vsp1_rwpf_set_selection,
|
D | vsp1_brx.c | 275 .set_selection = brx_set_selection,
|
D | vsp1_drm.c | 156 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_selection, NULL, in vsp1_du_pipeline_setup_rpf() 211 ret = v4l2_subdev_call(&pipe->brx->subdev, pad, set_selection, NULL, in vsp1_du_pipeline_setup_rpf()
|
D | vsp1_histo.c | 413 .set_selection = histo_set_selection,
|
/linux-5.19.10/drivers/media/test-drivers/vimc/ |
D | vimc-scaler.c | 302 .set_selection = vimc_sca_set_selection,
|
/linux-5.19.10/include/media/ |
D | v4l2-subdev.h | 784 int (*set_selection)(struct v4l2_subdev *sd, member
|
/linux-5.19.10/drivers/media/i2c/ |
D | mt9m032.c | 690 .set_selection = mt9m032_set_pad_selection,
|
D | mt9t001.c | 844 .set_selection = mt9t001_set_selection,
|
D | mt9m001.c | 720 .set_selection = mt9m001_set_selection,
|
D | mt9t112.c | 1012 .set_selection = mt9t112_set_selection,
|
D | mt9p031.c | 1027 .set_selection = mt9p031_set_selection,
|
D | ov6650.c | 1009 .set_selection = ov6650_set_selection,
|
D | rj54n1cb0c.c | 1248 .set_selection = rj54n1_set_selection,
|
D | mt9v032.c | 973 .set_selection = mt9v032_set_selection,
|
D | ov5693.c | 1198 .set_selection = ov5693_set_selection,
|
D | mt9m111.c | 1169 .set_selection = mt9m111_set_selection,
|
/linux-5.19.10/drivers/staging/media/tegra-video/ |
D | vi.c | 727 if (!v4l2_subdev_has_op(subdev, pad, set_selection)) in tegra_channel_s_selection() 736 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection()
|
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-resizer.c | 738 .set_selection = rkisp1_rsz_set_selection,
|
D | rkisp1-isp.c | 946 .set_selection = rkisp1_isp_set_selection,
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_subdev.c | 728 .set_selection = isp_subdev_set_selection,
|
/linux-5.19.10/drivers/staging/media/omap4iss/ |
D | iss_video.c | 734 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in iss_video_set_selection()
|
/linux-5.19.10/drivers/media/platform/ti/omap3isp/ |
D | ispresizer.c | 1598 .set_selection = resizer_set_selection,
|
D | ispvideo.c | 855 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection()
|
12