Home
last modified time | relevance | path

Searched refs:video_ops (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-780.c123 vfe->video_ops = vfe_video_ops_780; in vfe_subdev_init()
H A Dcamss-vfe.h166 struct camss_video_ops video_ops; member
H A Dcamss-vfe-480.c260 vfe->video_ops = vfe_video_ops_480; in vfe_subdev_init()
H A Dcamss-vfe-17x.c575 vfe->video_ops = vfe_video_ops_170; in vfe_subdev_init()
H A Dcamss-vfe-4-1.c991 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe-4-7.c1143 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe-4-8.c1133 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe.c2050 video_out->ops = &vfe->video_ops; in msm_vfe_register_entities()
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst93 subdev->video_ops->s_fmt(.width = width_s_out)
/linux-6.15/Documentation/driver-api/media/
H A Dv4l2-controls.rst690 v4l2_ctrl_new_std(&video_ctrl_handler, &video_ops, V4L2_CID_BRIGHTNESS, ...);
691 v4l2_ctrl_new_std(&video_ctrl_handler, &video_ops, V4L2_CID_CONTRAST, ...);
712 v4l2_ctrl_new_std(&video_ctrl_handler, &video_ops, V4L2_CID_AUDIO_MUTE, ...);
743 v4l2_ctrl_new_std(&ctrl_handler, &video_ops, V4L2_CID_BRIGHTNESS, ...);
744 v4l2_ctrl_new_std(&ctrl_handler, &video_ops, V4L2_CID_CONTRAST, ...);
746 ...and in video_ops.s_ctrl: