Lines Matching refs:timings
45 struct omap_video_timings timings; member
97 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
124 struct omap_video_timings *timings) in hdmic_set_timings() argument
129 ddata->timings = *timings; in hdmic_set_timings()
130 dssdev->panel.timings = *timings; in hdmic_set_timings()
132 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
136 struct omap_video_timings *timings) in hdmic_get_timings() argument
140 *timings = ddata->timings; in hdmic_get_timings()
144 struct omap_video_timings *timings) in hdmic_check_timings() argument
149 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
260 ddata->timings = hdmic_default_timings; in hdmic_probe()
267 dssdev->panel.timings = hdmic_default_timings; in hdmic_probe()