Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dvideo.h94 struct video_ops { struct
97 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops)
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk3399_vop.c94 static const struct video_ops rk3399_vop_ops = {
H A Drk3288_vop.c97 static const struct video_ops rk3288_vop_ops = {
/OK3568_Linux_fs/kernel/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:
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst93 subdev->video_ops->s_fmt(.width = width_s_out)
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c280 static const struct video_ops sunxi_de2_ops = {
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dtegra.c408 static const struct video_ops tegra_lcd_ops = {
H A Dbroadwell_igd.c752 static const struct video_ops broadwell_igd_ops = {
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_fb.c703 static const struct video_ops exynos_fb_ops = {