Searched refs:set_selection (Results 1 – 25 of 45) sorted by relevance
12
/linux-6.6.21/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-6.6.21/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 306 sd->ops->pad->set_selection(sd, state, sel); in call_set_selection() 420 DEFINE_STATE_WRAPPER(set_selection, struct v4l2_subdev_selection); 429 .set_selection = call_set_selection_state, 695 sd, pad, set_selection, state, &sel); in subdev_do_ioctl() 780 sd, pad, set_selection, state, sel); in subdev_do_ioctl()
|
/linux-6.6.21/drivers/media/test-drivers/vimc/ |
D | vimc-scaler.c | 302 .set_selection = vimc_scaler_set_selection,
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.c | 998 err = v4l2_subdev_call(input->camera, pad, set_selection, &sd_state, &sel); in atomisp_init_sensor() 1005 err = v4l2_subdev_call(input->camera, pad, set_selection, NULL, &sel); in atomisp_init_sensor()
|
D | atomisp_subdev.c | 632 .set_selection = isp_subdev_set_selection,
|
/linux-6.6.21/drivers/media/i2c/ |
D | ov2685.c | 655 .set_selection = ov2685_get_selection,
|
D | mt9m001.c | 720 .set_selection = mt9m001_set_selection,
|
D | imx296.c | 842 .set_selection = imx296_set_selection,
|
D | mt9t112.c | 1012 .set_selection = mt9t112_set_selection,
|
D | ov5670.c | 2635 .set_selection = ov5670_get_selection,
|
D | rj54n1cb0c.c | 1248 .set_selection = rj54n1_set_selection,
|
D | mt9v032.c | 973 .set_selection = mt9v032_set_selection,
|
D | mt9p031.c | 1052 .set_selection = mt9p031_set_selection,
|
D | ov6650.c | 1009 .set_selection = ov6650_set_selection,
|
D | ov2680.c | 886 .set_selection = ov2680_set_selection,
|
/linux-6.6.21/include/media/ |
D | v4l2-subdev.h | 861 int (*set_selection)(struct v4l2_subdev *sd, member
|
/linux-6.6.21/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-resizer.c | 688 .set_selection = rkisp1_rsz_set_selection,
|
D | rkisp1-isp.c | 839 .set_selection = rkisp1_isp_set_selection,
|
/linux-6.6.21/drivers/media/platform/nxp/imx8-isi/ |
D | imx8-isi-pipe.c | 690 .set_selection = mxc_isi_pipe_set_selection,
|
/linux-6.6.21/drivers/staging/media/tegra-video/ |
D | vi.c | 664 if (!v4l2_subdev_has_op(subdev, pad, set_selection)) in tegra_channel_s_selection() 673 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection()
|
/linux-6.6.21/drivers/staging/media/omap4iss/ |
D | iss_video.c | 729 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in iss_video_set_selection()
|
12