Lines Matching defs:dssdev
37 struct omap_dss_device dssdev; member
49 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
67 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
80 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
105 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
120 static void hdmic_set_timings(struct omap_dss_device *dssdev, in hdmic_set_timings()
132 static void hdmic_get_timings(struct omap_dss_device *dssdev, in hdmic_get_timings()
140 static int hdmic_check_timings(struct omap_dss_device *dssdev, in hdmic_check_timings()
149 static int hdmic_read_edid(struct omap_dss_device *dssdev, in hdmic_read_edid()
158 static bool hdmic_detect(struct omap_dss_device *dssdev) in hdmic_detect()
169 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode()
177 static int hdmic_set_infoframe(struct omap_dss_device *dssdev, in hdmic_set_infoframe()
233 struct omap_dss_device *dssdev; in hdmic_probe() local
281 struct omap_dss_device *dssdev = &ddata->dssdev; in hdmic_remove() local