Lines Matching refs:video
430 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info()
459 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution()
504 struct video_obj *vid_ch = &ch->video; in vpif_calculate_offsets()
705 ch->video.stdid = std_id; in vpif_s_std()
706 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_s_std()
713 ret = v4l2_device_call_until_err(&vpif_obj.v4l2_dev, 1, video, in vpif_s_std()
720 ret = v4l2_device_call_until_err(&vpif_obj.v4l2_dev, 1, video, in vpif_s_std()
743 *std = ch->video.stdid; in vpif_g_std()
827 ret = v4l2_subdev_call(sd, video, s_routing, input, output, 0); in vpif_set_output()
919 struct video_obj *vid_ch = &ch->video; in vpif_s_dv_timings()
942 ret = v4l2_subdev_call(ch->sd, video, s_dv_timings, timings); in vpif_s_dv_timings()
1021 struct video_obj *vid_ch = &ch->video; in vpif_g_dv_timings()
1178 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
1179 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_probe_complete()