Lines Matching refs:video
194 ret = v4l2_subdev_call(ch->sd, video, s_stream, 1); in vpif_start_streaming()
282 ret = v4l2_subdev_call(ch->sd, video, s_stream, 0); in vpif_stop_streaming()
467 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info()
533 struct video_obj *vid_ch = &(ch->video); in vpif_calculate_offsets()
702 ret = v4l2_subdev_call(sd, video, s_routing, in vpif_set_input()
736 ret = v4l2_subdev_call(ch->sd, video, querystd, std_id); in vpif_querystd()
772 *std = ch->video.stdid; in vpif_g_std()
806 ch->video.stdid = std_id; in vpif_s_std()
807 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_s_std()
816 ret = v4l2_subdev_call(ch->sd, video, s_std, std_id); in vpif_s_std()
1092 ret = v4l2_subdev_call(ch->sd, video, query_dv_timings, timings); in vpif_query_dv_timings()
1114 struct video_obj *vid_ch = &ch->video; in vpif_s_dv_timings()
1137 ret = v4l2_subdev_call(ch->sd, video, s_dv_timings, timings); in vpif_s_dv_timings()
1214 struct video_obj *vid_ch = &ch->video; in vpif_g_dv_timings()
1355 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
1356 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_probe_complete()