Lines Matching refs:omap_dss_device
19 struct omap_dss_device dssdev;
20 struct omap_dss_device *in;
31 static int tfp410_connect(struct omap_dss_device *dssdev, in tfp410_connect()
32 struct omap_dss_device *dst) in tfp410_connect()
35 struct omap_dss_device *in = ddata->in; in tfp410_connect()
51 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
52 struct omap_dss_device *dst) in tfp410_disconnect()
55 struct omap_dss_device *in = ddata->in; in tfp410_disconnect()
71 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
74 struct omap_dss_device *in = ddata->in; in tfp410_enable()
99 static void tfp410_disable(struct omap_dss_device *dssdev) in tfp410_disable()
102 struct omap_dss_device *in = ddata->in; in tfp410_disable()
122 static void tfp410_set_timings(struct omap_dss_device *dssdev, in tfp410_set_timings()
126 struct omap_dss_device *in = ddata->in; in tfp410_set_timings()
136 static void tfp410_get_timings(struct omap_dss_device *dssdev, in tfp410_get_timings()
144 static int tfp410_check_timings(struct omap_dss_device *dssdev, in tfp410_check_timings()
148 struct omap_dss_device *in = ddata->in; in tfp410_check_timings()
170 struct omap_dss_device *dssdev; in tfp410_probe()
223 struct omap_dss_device *dssdev = &ddata->dssdev; in tfp410_remove()
224 struct omap_dss_device *in = ddata->in; in tfp410_remove()