Lines Matching defs:dssdev
39 struct omap_dss_device dssdev; member
55 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
82 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
98 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
123 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
138 static void hdmic_set_timings(struct omap_dss_device *dssdev, in hdmic_set_timings()
150 static void hdmic_get_timings(struct omap_dss_device *dssdev, in hdmic_get_timings()
158 static int hdmic_check_timings(struct omap_dss_device *dssdev, in hdmic_check_timings()
167 static int hdmic_read_edid(struct omap_dss_device *dssdev, in hdmic_read_edid()
176 static bool hdmic_detect(struct omap_dss_device *dssdev) in hdmic_detect()
191 static int hdmic_register_hpd_cb(struct omap_dss_device *dssdev, in hdmic_register_hpd_cb()
212 static void hdmic_unregister_hpd_cb(struct omap_dss_device *dssdev) in hdmic_unregister_hpd_cb()
227 static void hdmic_enable_hpd(struct omap_dss_device *dssdev) in hdmic_enable_hpd()
241 static void hdmic_disable_hpd(struct omap_dss_device *dssdev) in hdmic_disable_hpd()
255 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode()
263 static int hdmic_set_infoframe(struct omap_dss_device *dssdev, in hdmic_set_infoframe()
332 struct omap_dss_device *dssdev; in hdmic_probe() local
385 struct omap_dss_device *dssdev = &ddata->dssdev; in hdmic_remove() local