Lines Matching refs:omap_dss_device
21 struct omap_dss_device dssdev;
22 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; in tfp410_connect()
60 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
61 struct omap_dss_device *dst) in tfp410_disconnect()
64 struct omap_dss_device *in = ddata->in; in tfp410_disconnect()
83 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
86 struct omap_dss_device *in = ddata->in; in tfp410_enable()
109 static void tfp410_disable(struct omap_dss_device *dssdev) in tfp410_disable()
112 struct omap_dss_device *in = ddata->in; in tfp410_disable()
131 static void tfp410_set_timings(struct omap_dss_device *dssdev, in tfp410_set_timings()
135 struct omap_dss_device *in = ddata->in; in tfp410_set_timings()
145 static void tfp410_get_timings(struct omap_dss_device *dssdev, in tfp410_get_timings()
153 static int tfp410_check_timings(struct omap_dss_device *dssdev, in tfp410_check_timings()
157 struct omap_dss_device *in = ddata->in; in tfp410_check_timings()
198 struct omap_dss_device *dssdev; in tfp410_probe()
241 struct omap_dss_device *dssdev = &ddata->dssdev; in tfp410_remove()