Lines Matching refs:omap_dss_device
25 struct omap_dss_device dssdev;
26 struct omap_dss_device *in;
121 static int nec_8048_connect(struct omap_dss_device *dssdev) in nec_8048_connect()
124 struct omap_dss_device *in = ddata->in; in nec_8048_connect()
137 static void nec_8048_disconnect(struct omap_dss_device *dssdev) in nec_8048_disconnect()
140 struct omap_dss_device *in = ddata->in; in nec_8048_disconnect()
148 static int nec_8048_enable(struct omap_dss_device *dssdev) in nec_8048_enable()
151 struct omap_dss_device *in = ddata->in; in nec_8048_enable()
176 static void nec_8048_disable(struct omap_dss_device *dssdev) in nec_8048_disable()
179 struct omap_dss_device *in = ddata->in; in nec_8048_disable()
192 static void nec_8048_set_timings(struct omap_dss_device *dssdev, in nec_8048_set_timings()
196 struct omap_dss_device *in = ddata->in; in nec_8048_set_timings()
204 static void nec_8048_get_timings(struct omap_dss_device *dssdev, in nec_8048_get_timings()
212 static int nec_8048_check_timings(struct omap_dss_device *dssdev, in nec_8048_check_timings()
216 struct omap_dss_device *in = ddata->in; in nec_8048_check_timings()
240 struct omap_dss_device *dssdev, *in; in nec_8048_probe_pdata()
267 struct omap_dss_device *in; in nec_8048_probe_of()
294 struct omap_dss_device *dssdev; in nec_8048_probe()
370 struct omap_dss_device *dssdev = &ddata->dssdev; in nec_8048_remove()
371 struct omap_dss_device *in = ddata->in; in nec_8048_remove()