Lines Matching full:timings
42 struct omap_video_timings timings; member
89 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
116 struct omap_video_timings *timings) in hdmic_set_timings() argument
121 ddata->timings = *timings; in hdmic_set_timings()
122 dssdev->panel.timings = *timings; in hdmic_set_timings()
124 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
128 struct omap_video_timings *timings) in hdmic_get_timings() argument
132 *timings = ddata->timings; in hdmic_get_timings()
136 struct omap_video_timings *timings) in hdmic_check_timings() argument
141 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
252 ddata->timings = hdmic_default_timings; in hdmic_probe()
259 dssdev->panel.timings = hdmic_default_timings; in hdmic_probe()