Lines Matching full:timings
42 struct omap_video_timings timings; member
94 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
121 struct omap_video_timings *timings) in hdmic_set_timings() argument
126 ddata->timings = *timings; in hdmic_set_timings()
127 dssdev->panel.timings = *timings; in hdmic_set_timings()
129 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
133 struct omap_video_timings *timings) in hdmic_get_timings() argument
137 *timings = ddata->timings; in hdmic_get_timings()
141 struct omap_video_timings *timings) in hdmic_check_timings() argument
146 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
257 ddata->timings = hdmic_default_timings; in hdmic_probe()
264 dssdev->panel.timings = hdmic_default_timings; in hdmic_probe()