Lines Matching refs:timings
46 struct omap_video_timings timings; member
98 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
125 struct omap_video_timings *timings) in hdmic_set_timings() argument
130 ddata->timings = *timings; in hdmic_set_timings()
131 dssdev->panel.timings = *timings; in hdmic_set_timings()
133 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
137 struct omap_video_timings *timings) in hdmic_get_timings() argument
141 *timings = ddata->timings; in hdmic_get_timings()
145 struct omap_video_timings *timings) in hdmic_check_timings() argument
150 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
290 ddata->timings = hdmic_default_timings; in hdmic_probe()
297 dssdev->panel.timings = hdmic_default_timings; in hdmic_probe()