Lines Matching refs:active_timings
294 struct v4l2_bt_timings active_timings; member
1131 struct v4l2_bt_timings *act = &video->active_timings; in aspeed_video_set_resolution()
1314 video->active_timings = video->detected_timings; in aspeed_video_start()
1317 video->pix_fmt.width = video->active_timings.width; in aspeed_video_start()
1318 video->pix_fmt.height = video->active_timings.height; in aspeed_video_start()
1523 if (timings->bt.width == video->active_timings.width && in aspeed_video_set_dv_timings()
1524 timings->bt.height == video->active_timings.height) in aspeed_video_set_dv_timings()
1530 video->active_timings = timings->bt; in aspeed_video_set_dv_timings()
1552 timings->bt = video->active_timings; in aspeed_video_get_dv_timings()
1726 if (video->detected_timings.width != video->active_timings.width || in aspeed_video_resolution_work()
1727 video->detected_timings.height != video->active_timings.height) { in aspeed_video_resolution_work()