Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds