Lines Matching refs:in
21 struct omap_dss_device *in; member
119 struct omap_dss_device *in = ddata->in; in nec_8048_connect() local
125 r = in->ops.dpi->connect(in, dssdev); in nec_8048_connect()
135 struct omap_dss_device *in = ddata->in; in nec_8048_disconnect() local
140 in->ops.dpi->disconnect(in, dssdev); in nec_8048_disconnect()
146 struct omap_dss_device *in = ddata->in; in nec_8048_enable() local
156 in->ops.dpi->set_data_lines(in, ddata->data_lines); in nec_8048_enable()
157 in->ops.dpi->set_timings(in, &ddata->videomode); in nec_8048_enable()
159 r = in->ops.dpi->enable(in); in nec_8048_enable()
174 struct omap_dss_device *in = ddata->in; in nec_8048_disable() local
182 in->ops.dpi->disable(in); in nec_8048_disable()
191 struct omap_dss_device *in = ddata->in; in nec_8048_set_timings() local
196 in->ops.dpi->set_timings(in, timings); in nec_8048_set_timings()
211 struct omap_dss_device *in = ddata->in; in nec_8048_check_timings() local
213 return in->ops.dpi->check_timings(in, timings); in nec_8048_check_timings()
235 struct omap_dss_device *in; in nec_8048_probe_of() local
248 in = omapdss_of_find_source_for_first_ep(node); in nec_8048_probe_of()
249 if (IS_ERR(in)) { in nec_8048_probe_of()
251 return PTR_ERR(in); in nec_8048_probe_of()
254 ddata->in = in; in nec_8048_probe_of()
326 omap_dss_put_device(ddata->in); in nec_8048_probe()
334 struct omap_dss_device *in = ddata->in; in nec_8048_remove() local
343 omap_dss_put_device(in); in nec_8048_remove()