Lines Matching refs:in
22 struct omap_dss_device *in; member
36 struct omap_dss_device *in = ddata->in; in tfp410_connect() local
42 r = in->ops.dpi->connect(in, dssdev); in tfp410_connect()
56 struct omap_dss_device *in = ddata->in; in tfp410_disconnect() local
69 in->ops.dpi->disconnect(in, &ddata->dssdev); in tfp410_disconnect()
75 struct omap_dss_device *in = ddata->in; in tfp410_enable() local
84 in->ops.dpi->set_timings(in, &ddata->timings); in tfp410_enable()
86 in->ops.dpi->set_data_lines(in, ddata->data_lines); in tfp410_enable()
88 r = in->ops.dpi->enable(in); in tfp410_enable()
103 struct omap_dss_device *in = ddata->in; in tfp410_disable() local
111 in->ops.dpi->disable(in); in tfp410_disable()
127 struct omap_dss_device *in = ddata->in; in tfp410_set_timings() local
134 in->ops.dpi->set_timings(in, timings); in tfp410_set_timings()
149 struct omap_dss_device *in = ddata->in; in tfp410_check_timings() local
153 return in->ops.dpi->check_timings(in, timings); in tfp410_check_timings()
172 struct omap_dss_device *in; in tfp410_probe_of() local
184 in = omapdss_of_find_source_for_first_ep(node); in tfp410_probe_of()
185 if (IS_ERR(in)) { in tfp410_probe_of()
187 return PTR_ERR(in); in tfp410_probe_of()
190 ddata->in = in; in tfp410_probe_of()
242 omap_dss_put_device(ddata->in); in tfp410_probe()
250 struct omap_dss_device *in = ddata->in; in tfp410_remove() local
262 omap_dss_put_device(in); in tfp410_remove()