Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvideo.h98 struct video_ops { struct
101 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops)
/openbmc/u-boot/drivers/video/rockchip/
H A Drk3399_vop.c93 static const struct video_ops rk3399_vop_ops = {
H A Drk3288_vop.c96 static const struct video_ops rk3288_vop_ops = {
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.h153 struct camss_video_ops video_ops; member
H A Dcamss-vfe-480.c571 vfe->video_ops = vfe_video_ops_480; in vfe_subdev_init()
H A Dcamss-vfe-170.c755 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-7.c1190 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe-4-8.c1175 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
H A Dcamss-vfe.c1544 video_out->ops = &vfe->video_ops; in msm_vfe_register_entities()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst93 subdev->video_ops->s_fmt(.width = width_s_out)
/openbmc/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:
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c307 static const struct video_ops sunxi_de2_ops = {
/openbmc/u-boot/drivers/video/
H A Dmali_dp.c100 static const struct video_ops malidp_ops = {
H A Dtegra.c408 static const struct video_ops tegra_lcd_ops = {
H A Dbroadwell_igd.c751 static const struct video_ops broadwell_igd_ops = {
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c702 static const struct video_ops exynos_fb_ops = {