Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-vfe.h153 struct camss_video_ops video_ops; member
Dcamss-vfe-480.c550 vfe->video_ops = vfe_video_ops_480; in vfe_subdev_init()
Dcamss-vfe-170.c753 vfe->video_ops = vfe_video_ops_170; in vfe_subdev_init()
Dcamss-vfe-4-1.c994 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
Dcamss-vfe-4-7.c1190 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
Dcamss-vfe-4-8.c1175 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
Dcamss-vfe.c1576 video_out->ops = &vfe->video_ops; in msm_vfe_register_entities()
/linux-5.19.10/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst93 subdev->video_ops->s_fmt(.width = width_s_out)
/linux-5.19.10/Documentation/driver-api/media/
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: