Lines Matching refs:video
198 ret = v4l2_subdev_call(ch->sd, video, s_stream, 1); in vpif_start_streaming()
286 ret = v4l2_subdev_call(ch->sd, video, s_stream, 0); in vpif_stop_streaming()
472 struct video_obj *vid_ch = &ch->video; in vpif_update_std_info()
538 struct video_obj *vid_ch = &(ch->video); in vpif_calculate_offsets()
707 ret = v4l2_subdev_call(sd, video, s_routing, in vpif_set_input()
741 ret = v4l2_subdev_call(ch->sd, video, querystd, std_id); in vpif_querystd()
777 *std = ch->video.stdid; in vpif_g_std()
811 ch->video.stdid = std_id; in vpif_s_std()
812 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_s_std()
821 ret = v4l2_subdev_call(ch->sd, video, s_std, std_id); in vpif_s_std()
1097 ret = v4l2_subdev_call(ch->sd, video, query_dv_timings, timings); in vpif_query_dv_timings()
1119 struct video_obj *vid_ch = &ch->video; in vpif_s_dv_timings()
1142 ret = v4l2_subdev_call(ch->sd, video, s_dv_timings, timings); in vpif_s_dv_timings()
1219 struct video_obj *vid_ch = &ch->video; in vpif_g_dv_timings()
1360 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
1361 memset(&ch->video.dv_timings, 0, sizeof(ch->video.dv_timings)); in vpif_probe_complete()