Lines Matching defs:dssdev
38 struct omap_dss_device dssdev; member
50 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
63 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
76 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
101 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
116 static void hdmic_set_timings(struct omap_dss_device *dssdev, in hdmic_set_timings()
128 static void hdmic_get_timings(struct omap_dss_device *dssdev, in hdmic_get_timings()
136 static int hdmic_check_timings(struct omap_dss_device *dssdev, in hdmic_check_timings()
145 static int hdmic_read_edid(struct omap_dss_device *dssdev, in hdmic_read_edid()
154 static bool hdmic_detect(struct omap_dss_device *dssdev) in hdmic_detect()
165 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode()
173 static int hdmic_set_infoframe(struct omap_dss_device *dssdev, in hdmic_set_infoframe()
204 struct omap_dss_device *dssdev; in hdmic_probe() local
255 struct omap_dss_device *dssdev = &ddata->dssdev; in hdmic_remove() local