Searched refs:set_selection (Results 1 – 25 of 41) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 267 sd->ops->pad->set_selection(sd, cfg, sel); in call_set_selection() 333 .set_selection = call_set_selection, 532 sd, pad, set_selection, subdev_fh->pad, &sel); in subdev_do_ioctl() 596 sd, pad, set_selection, subdev_fh->pad, sel); in subdev_do_ioctl()
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
D | vsp1_uif.c | 182 .set_selection = uif_set_selection,
|
D | vsp1_rwpf.c | 249 .set_selection = vsp1_rwpf_set_selection,
|
D | vsp1_brx.c | 273 .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 | 408 .set_selection = histo_set_selection,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
D | vimc-scaler.c | 332 .set_selection = vimc_sca_set_selection,
|
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-subdev.h | 713 int (*set_selection)(struct v4l2_subdev *sd, member
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | mt9m032.c | 686 .set_selection = mt9m032_set_pad_selection,
|
D | mt9m001.c | 717 .set_selection = mt9m001_set_selection,
|
D | mt9t001.c | 836 .set_selection = mt9t001_set_selection,
|
D | mt9t112.c | 1012 .set_selection = mt9t112_set_selection,
|
D | mt9p031.c | 1012 .set_selection = mt9p031_set_selection,
|
D | rj54n1cb0c.c | 1248 .set_selection = rj54n1_set_selection,
|
D | ov6650.c | 997 .set_selection = ov6650_set_selection,
|
D | mt9v032.c | 965 .set_selection = mt9v032_set_selection,
|
D | mt9m111.c | 1168 .set_selection = mt9m111_set_selection,
|
D | imx274.c | 1796 .set_selection = imx274_set_selection,
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
D | vi.c | 691 if (!v4l2_subdev_has_op(subdev, pad, set_selection)) in tegra_channel_s_selection() 700 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-resizer.c | 718 .set_selection = rkisp1_rsz_set_selection,
|
D | rkisp1-isp.c | 884 .set_selection = rkisp1_isp_set_selection,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_subdev.c | 722 .set_selection = isp_subdev_set_selection,
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 1590 .set_selection = resizer_set_selection,
|
D | ispvideo.c | 855 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection()
|
/kernel/linux/linux-5.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()
|
12