Lines Matching defs:dssdev
23 struct omap_dss_device dssdev; member
39 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
71 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
94 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
114 static void tpd_disable(struct omap_dss_device *dssdev) in tpd_disable()
127 static void tpd_set_timings(struct omap_dss_device *dssdev, in tpd_set_timings()
139 static void tpd_get_timings(struct omap_dss_device *dssdev, in tpd_get_timings()
147 static int tpd_check_timings(struct omap_dss_device *dssdev, in tpd_check_timings()
159 static int tpd_read_edid(struct omap_dss_device *dssdev, in tpd_read_edid()
171 static bool tpd_detect(struct omap_dss_device *dssdev) in tpd_detect()
182 static int tpd_register_hpd_cb(struct omap_dss_device *dssdev, in tpd_register_hpd_cb()
197 static void tpd_unregister_hpd_cb(struct omap_dss_device *dssdev) in tpd_unregister_hpd_cb()
207 static void tpd_enable_hpd(struct omap_dss_device *dssdev) in tpd_enable_hpd()
216 static void tpd_disable_hpd(struct omap_dss_device *dssdev) in tpd_disable_hpd()
225 static int tpd_set_infoframe(struct omap_dss_device *dssdev, in tpd_set_infoframe()
234 static int tpd_set_hdmi_mode(struct omap_dss_device *dssdev, in tpd_set_hdmi_mode()
286 struct omap_dss_device *in, *dssdev; in tpd_probe() local
349 struct omap_dss_device *dssdev = &ddata->dssdev; in tpd_remove() local