Lines Matching defs:dssdev
40 struct omap_dss_device dssdev; member
52 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
70 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
83 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
108 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
123 static void hdmic_set_timings(struct omap_dss_device *dssdev, in hdmic_set_timings()
135 static void hdmic_get_timings(struct omap_dss_device *dssdev, in hdmic_get_timings()
143 static int hdmic_check_timings(struct omap_dss_device *dssdev, in hdmic_check_timings()
152 static int hdmic_read_edid(struct omap_dss_device *dssdev, in hdmic_read_edid()
161 static bool hdmic_detect(struct omap_dss_device *dssdev) in hdmic_detect()
172 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode()
180 static int hdmic_set_infoframe(struct omap_dss_device *dssdev, in hdmic_set_infoframe()
236 struct omap_dss_device *dssdev; in hdmic_probe() local
284 struct omap_dss_device *dssdev = &ddata->dssdev; in hdmic_remove() local