Lines Matching refs:omap_dss_device

23 	struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
39 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
40 struct omap_dss_device *dst) in tpd_connect()
43 struct omap_dss_device *in; in tpd_connect()
71 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
72 struct omap_dss_device *dst) in tpd_disconnect()
75 struct omap_dss_device *in = ddata->in; in tpd_disconnect()
94 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
97 struct omap_dss_device *in = ddata->in; in tpd_enable()
114 static void tpd_disable(struct omap_dss_device *dssdev) in tpd_disable()
117 struct omap_dss_device *in = ddata->in; in tpd_disable()
127 static void tpd_set_timings(struct omap_dss_device *dssdev, in tpd_set_timings()
131 struct omap_dss_device *in = ddata->in; 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()
151 struct omap_dss_device *in = ddata->in; in tpd_check_timings()
159 static int tpd_read_edid(struct omap_dss_device *dssdev, in tpd_read_edid()
163 struct omap_dss_device *in = ddata->in; in tpd_read_edid()
171 static bool tpd_detect(struct omap_dss_device *dssdev) in tpd_detect()
174 struct omap_dss_device *in = ddata->in; 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()
229 struct omap_dss_device *in = ddata->in; in tpd_set_infoframe()
234 static int tpd_set_hdmi_mode(struct omap_dss_device *dssdev, in tpd_set_hdmi_mode()
238 struct omap_dss_device *in = ddata->in; in tpd_set_hdmi_mode()
286 struct omap_dss_device *in, *dssdev; in tpd_probe()
349 struct omap_dss_device *dssdev = &ddata->dssdev; in tpd_remove()