Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.h161 struct camss_video_ops video_ops; member
H A Dcamss-vfe-480.c493 vfe->video_ops = vfe_video_ops_480; in vfe_subdev_init()
H A Dcamss-vfe-17x.c681 vfe->video_ops = vfe_video_ops_170; in vfe_subdev_init()
H A Dcamss-vfe-4-1.c994 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe-4-8.c1144 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe-4-7.c1154 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe.c1772 video_out->ops = &vfe->video_ops; in msm_vfe_register_entities()
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst93 subdev->video_ops->s_fmt(.width = width_s_out)
/linux/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: