Lines Matching refs:omap_dss_device
22 struct omap_dss_device dssdev;
23 struct omap_dss_device *in;
33 static int tfp410_connect(struct omap_dss_device *dssdev, in tfp410_connect()
34 struct omap_dss_device *dst) in tfp410_connect()
37 struct omap_dss_device *in = ddata->in; in tfp410_connect()
53 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
54 struct omap_dss_device *dst) in tfp410_disconnect()
57 struct omap_dss_device *in = ddata->in; in tfp410_disconnect()
73 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
76 struct omap_dss_device *in = ddata->in; in tfp410_enable()
101 static void tfp410_disable(struct omap_dss_device *dssdev) in tfp410_disable()
104 struct omap_dss_device *in = ddata->in; in tfp410_disable()
124 static void tfp410_set_timings(struct omap_dss_device *dssdev, in tfp410_set_timings()
128 struct omap_dss_device *in = ddata->in; in tfp410_set_timings()
138 static void tfp410_get_timings(struct omap_dss_device *dssdev, in tfp410_get_timings()
146 static int tfp410_check_timings(struct omap_dss_device *dssdev, in tfp410_check_timings()
150 struct omap_dss_device *in = ddata->in; in tfp410_check_timings()
173 struct omap_dss_device *dssdev, *in; in tfp410_probe_pdata()
199 struct omap_dss_device *in; in tfp410_probe_of()
225 struct omap_dss_device *dssdev; in tfp410_probe()
281 struct omap_dss_device *dssdev = &ddata->dssdev; in tfp410_remove()
282 struct omap_dss_device *in = ddata->in; in tfp410_remove()