Lines Matching refs:video
424 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info()
453 struct video_obj *vid_ch = &ch->video; in vpif_update_resolution()
498 struct video_obj *vid_ch = &ch->video; in vpif_calculate_offsets()
699 ch->video.stdid = std_id; in vpif_s_std()
700 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_s_std()
707 ret = v4l2_device_call_until_err(&vpif_obj.v4l2_dev, 1, video, in vpif_s_std()
714 ret = v4l2_device_call_until_err(&vpif_obj.v4l2_dev, 1, video, in vpif_s_std()
737 *std = ch->video.stdid; in vpif_g_std()
821 ret = v4l2_subdev_call(sd, video, s_routing, input, output, 0); in vpif_set_output()
913 struct video_obj *vid_ch = &ch->video; in vpif_s_dv_timings()
936 ret = v4l2_subdev_call(ch->sd, video, s_dv_timings, timings); in vpif_s_dv_timings()
1015 struct video_obj *vid_ch = &ch->video; in vpif_g_dv_timings()
1172 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
1173 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_probe_complete()