Lines Matching refs:omap_dss_device
20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
32 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
33 struct omap_dss_device *dst) in tpd_connect()
36 struct omap_dss_device *in = ddata->in; in tpd_connect()
55 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
56 struct omap_dss_device *dst) in tpd_disconnect()
59 struct omap_dss_device *in = ddata->in; in tpd_disconnect()
74 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
77 struct omap_dss_device *in = ddata->in; in tpd_enable()
94 static void tpd_disable(struct omap_dss_device *dssdev) in tpd_disable()
97 struct omap_dss_device *in = ddata->in; in tpd_disable()
107 static void tpd_set_timings(struct omap_dss_device *dssdev, in tpd_set_timings()
111 struct omap_dss_device *in = ddata->in; in tpd_set_timings()
119 static void tpd_get_timings(struct omap_dss_device *dssdev, in tpd_get_timings()
127 static int tpd_check_timings(struct omap_dss_device *dssdev, in tpd_check_timings()
131 struct omap_dss_device *in = ddata->in; in tpd_check_timings()
139 static int tpd_read_edid(struct omap_dss_device *dssdev, in tpd_read_edid()
143 struct omap_dss_device *in = ddata->in; in tpd_read_edid()
158 static bool tpd_detect(struct omap_dss_device *dssdev) in tpd_detect()
165 static int tpd_set_infoframe(struct omap_dss_device *dssdev, in tpd_set_infoframe()
169 struct omap_dss_device *in = ddata->in; in tpd_set_infoframe()
174 static int tpd_set_hdmi_mode(struct omap_dss_device *dssdev, in tpd_set_hdmi_mode()
178 struct omap_dss_device *in = ddata->in; in tpd_set_hdmi_mode()
204 struct omap_dss_device *in; in tpd_probe_of()
219 struct omap_dss_device *dssdev; in tpd_probe()
289 struct omap_dss_device *dssdev = &ddata->dssdev; in tpd_remove()
290 struct omap_dss_device *in = ddata->in; in tpd_remove()