Lines Matching refs:timings
43 struct omap_video_timings timings; member
90 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
117 struct omap_video_timings *timings) in hdmic_set_timings() argument
122 ddata->timings = *timings; in hdmic_set_timings()
123 dssdev->panel.timings = *timings; in hdmic_set_timings()
125 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
129 struct omap_video_timings *timings) in hdmic_get_timings() argument
133 *timings = ddata->timings; in hdmic_get_timings()
137 struct omap_video_timings *timings) in hdmic_check_timings() argument
142 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
231 ddata->timings = hdmic_default_timings; in hdmic_probe()
238 dssdev->panel.timings = hdmic_default_timings; in hdmic_probe()