Lines Matching defs:dssdev
37 struct omap_dss_device dssdev; member
49 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
62 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
75 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
100 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
115 static void hdmic_set_timings(struct omap_dss_device *dssdev, in hdmic_set_timings()
127 static void hdmic_get_timings(struct omap_dss_device *dssdev, in hdmic_get_timings()
135 static int hdmic_check_timings(struct omap_dss_device *dssdev, in hdmic_check_timings()
144 static int hdmic_read_edid(struct omap_dss_device *dssdev, in hdmic_read_edid()
153 static bool hdmic_detect(struct omap_dss_device *dssdev) in hdmic_detect()
164 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode()
172 static int hdmic_set_infoframe(struct omap_dss_device *dssdev, in hdmic_set_infoframe()
228 struct omap_dss_device *dssdev; in hdmic_probe() local
276 struct omap_dss_device *dssdev = &ddata->dssdev; in hdmic_remove() local