Searched refs:video_ops (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/include/ |
H A D | video.h | 98 struct video_ops { struct 101 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops)
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk3399_vop.c | 93 static const struct video_ops rk3399_vop_ops = {
|
H A D | rk3288_vop.c | 96 static const struct video_ops rk3288_vop_ops = {
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.h | 153 struct camss_video_ops video_ops; member
|
H A D | camss-vfe-480.c | 571 vfe->video_ops = vfe_video_ops_480; in vfe_subdev_init()
|
H A D | camss-vfe-170.c | 755 vfe->video_ops = vfe_video_ops_170; in vfe_subdev_init()
|
H A D | camss-vfe-4-1.c | 994 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
|
H A D | camss-vfe-4-7.c | 1190 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
|
H A D | camss-vfe-4-8.c | 1175 vfe->video_ops = vfe_video_ops_gen1; in vfe_subdev_init()
|
H A D | camss-vfe.c | 1544 video_out->ops = &vfe->video_ops; in msm_vfe_register_entities()
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 93 subdev->video_ops->s_fmt(.width = width_s_out)
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-controls.rst | 690 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 D | sunxi_de2.c | 307 static const struct video_ops sunxi_de2_ops = {
|
/openbmc/u-boot/drivers/video/ |
H A D | mali_dp.c | 100 static const struct video_ops malidp_ops = {
|
H A D | tegra.c | 408 static const struct video_ops tegra_lcd_ops = {
|
H A D | broadwell_igd.c | 751 static const struct video_ops broadwell_igd_ops = {
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_fb.c | 702 static const struct video_ops exynos_fb_ops = {
|