Searched refs:video_ops (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video.h | 94 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 D | rk3399_vop.c | 94 static const struct video_ops rk3399_vop_ops = {
|
| H A D | rk3288_vop.c | 97 static const struct video_ops rk3288_vop_ops = {
|
| /OK3568_Linux_fs/kernel/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:
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 93 subdev->video_ops->s_fmt(.width = width_s_out)
|
| /OK3568_Linux_fs/u-boot/drivers/video/sunxi/ |
| H A D | sunxi_de2.c | 280 static const struct video_ops sunxi_de2_ops = {
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | tegra.c | 408 static const struct video_ops tegra_lcd_ops = {
|
| H A D | broadwell_igd.c | 752 static const struct video_ops broadwell_igd_ops = {
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_fb.c | 703 static const struct video_ops exynos_fb_ops = {
|