Lines Matching refs:in
23 struct omap_dss_device *in; member
37 struct omap_dss_device *in = ddata->in; in tfp410_connect() local
43 r = in->ops.dpi->connect(in, dssdev); in tfp410_connect()
57 struct omap_dss_device *in = ddata->in; in tfp410_disconnect() local
70 in->ops.dpi->disconnect(in, &ddata->dssdev); in tfp410_disconnect()
76 struct omap_dss_device *in = ddata->in; in tfp410_enable() local
85 in->ops.dpi->set_timings(in, &ddata->timings); in tfp410_enable()
87 in->ops.dpi->set_data_lines(in, ddata->data_lines); in tfp410_enable()
89 r = in->ops.dpi->enable(in); in tfp410_enable()
104 struct omap_dss_device *in = ddata->in; in tfp410_disable() local
112 in->ops.dpi->disable(in); in tfp410_disable()
128 struct omap_dss_device *in = ddata->in; in tfp410_set_timings() local
135 in->ops.dpi->set_timings(in, timings); in tfp410_set_timings()
150 struct omap_dss_device *in = ddata->in; in tfp410_check_timings() local
154 return in->ops.dpi->check_timings(in, timings); in tfp410_check_timings()
173 struct omap_dss_device *dssdev, *in; in tfp410_probe_pdata() local
181 in = omap_dss_find_output(pdata->source); in tfp410_probe_pdata()
182 if (in == NULL) { in tfp410_probe_pdata()
187 ddata->in = in; in tfp410_probe_pdata()
199 struct omap_dss_device *in; in tfp410_probe_of() local
211 in = omapdss_of_find_source_for_first_ep(node); in tfp410_probe_of()
212 if (IS_ERR(in)) { in tfp410_probe_of()
214 return PTR_ERR(in); in tfp410_probe_of()
217 ddata->in = in; in tfp410_probe_of()
274 omap_dss_put_device(ddata->in); in tfp410_probe()
282 struct omap_dss_device *in = ddata->in; in tfp410_remove() local
294 omap_dss_put_device(in); in tfp410_remove()