Lines Matching refs:omap_dss_device

24 	struct omap_dss_device dssdev;
25 struct omap_dss_device *in;
36 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
37 struct omap_dss_device *dst) in tpd_connect()
40 struct omap_dss_device *in = ddata->in; in tpd_connect()
57 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
58 struct omap_dss_device *dst) in tpd_disconnect()
61 struct omap_dss_device *in = ddata->in; in tpd_disconnect()
76 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
79 struct omap_dss_device *in = ddata->in; in tpd_enable()
96 static void tpd_disable(struct omap_dss_device *dssdev) in tpd_disable()
99 struct omap_dss_device *in = ddata->in; in tpd_disable()
109 static void tpd_set_timings(struct omap_dss_device *dssdev, in tpd_set_timings()
113 struct omap_dss_device *in = ddata->in; in tpd_set_timings()
121 static void tpd_get_timings(struct omap_dss_device *dssdev, in tpd_get_timings()
129 static int tpd_check_timings(struct omap_dss_device *dssdev, in tpd_check_timings()
133 struct omap_dss_device *in = ddata->in; in tpd_check_timings()
141 static int tpd_read_edid(struct omap_dss_device *dssdev, in tpd_read_edid()
145 struct omap_dss_device *in = ddata->in; in tpd_read_edid()
162 static bool tpd_detect(struct omap_dss_device *dssdev) in tpd_detect()
169 static int tpd_set_infoframe(struct omap_dss_device *dssdev, in tpd_set_infoframe()
173 struct omap_dss_device *in = ddata->in; in tpd_set_infoframe()
178 static int tpd_set_hdmi_mode(struct omap_dss_device *dssdev, in tpd_set_hdmi_mode()
182 struct omap_dss_device *in = ddata->in; in tpd_set_hdmi_mode()
208 struct omap_dss_device *dssdev, *in; in tpd_probe_pdata()
234 struct omap_dss_device *in; in tpd_probe_of()
275 struct omap_dss_device *in, *dssdev; in tpd_probe()
340 struct omap_dss_device *dssdev = &ddata->dssdev; in tpd_remove()
341 struct omap_dss_device *in = ddata->in; in tpd_remove()