Searched refs:set_selection (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-subdev.c | 257 sd->ops->pad->set_selection(sd, cfg, sel); in call_set_selection() 309 .set_selection = call_set_selection, 491 sd, pad, set_selection, subdev_fh->pad, &sel); in subdev_do_ioctl() 549 sd, pad, set_selection, subdev_fh->pad, sel); in subdev_do_ioctl()
|
| /Linux-v5.4/include/media/ |
| D | soc_camera.h | 102 int (*set_selection)(struct soc_camera_device *, struct v4l2_selection *); member
|
| D | v4l2-subdev.h | 695 int (*set_selection)(struct v4l2_subdev *sd, member
|
| /Linux-v5.4/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,
|
| /Linux-v5.4/drivers/staging/media/soc_camera/ |
| D | soc_camera.c | 1006 ret = ici->ops->set_selection(icd, s); in soc_camera_s_selection() 1793 ret = v4l2_subdev_call(sd, pad, set_selection, NULL, &sdsel); in default_s_selection() 1868 if (!ici->ops->set_selection) in soc_camera_host_register() 1869 ici->ops->set_selection = default_s_selection; in soc_camera_host_register()
|
| D | soc_ov5642.c | 950 .set_selection = ov5642_set_selection,
|
| D | mt9t031.c | 737 .set_selection = mt9t031_set_selection,
|
| D | soc_mt9v022.c | 869 .set_selection = mt9v022_set_selection,
|
| /Linux-v5.4/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 | mt9p031.c | 986 .set_selection = mt9p031_set_selection,
|
| D | mt9t112.c | 1012 .set_selection = mt9t112_set_selection,
|
| D | ov6650.c | 933 .set_selection = ov6650_set_selection,
|
| D | rj54n1cb0c.c | 1248 .set_selection = rj54n1_set_selection,
|
| D | mt9v032.c | 959 .set_selection = mt9v032_set_selection,
|
| D | imx274.c | 1794 .set_selection = imx274_set_selection,
|
| D | mt9m111.c | 1168 .set_selection = mt9m111_set_selection,
|
| /Linux-v5.4/drivers/media/platform/omap3isp/ |
| D | ispresizer.c | 1590 .set_selection = resizer_set_selection,
|
| /Linux-v5.4/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-v5.4/drivers/media/platform/ |
| D | sh_vou.c | 979 set_selection, NULL, &sd_sel); in sh_vou_s_selection()
|
12