Lines Matching refs:omap_dss_device
26 struct omap_dss_device dssdev;
27 struct omap_dss_device *in;
36 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect()
37 struct omap_dss_device *dst) in opa362_connect()
40 struct omap_dss_device *in = ddata->in; in opa362_connect()
58 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect()
59 struct omap_dss_device *dst) in opa362_disconnect()
62 struct omap_dss_device *in = ddata->in; in opa362_disconnect()
80 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable()
83 struct omap_dss_device *in = ddata->in; in opa362_enable()
108 static void opa362_disable(struct omap_dss_device *dssdev) in opa362_disable()
111 struct omap_dss_device *in = ddata->in; in opa362_disable()
126 static void opa362_set_timings(struct omap_dss_device *dssdev, in opa362_set_timings()
130 struct omap_dss_device *in = ddata->in; in opa362_set_timings()
140 static void opa362_get_timings(struct omap_dss_device *dssdev, in opa362_get_timings()
150 static int opa362_check_timings(struct omap_dss_device *dssdev, in opa362_check_timings()
154 struct omap_dss_device *in = ddata->in; in opa362_check_timings()
161 static void opa362_set_type(struct omap_dss_device *dssdev, in opa362_set_type()
187 struct omap_dss_device *dssdev, *in; in opa362_probe()
246 struct omap_dss_device *dssdev = &ddata->dssdev; in opa362_remove()
247 struct omap_dss_device *in = ddata->in; in opa362_remove()