Lines Matching refs:in

36 	struct omap_dss_device *in;  member
173 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_connect() local
179 r = in->ops.dpi->connect(in, dssdev); in td028ttec1_panel_connect()
189 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_disconnect() local
194 in->ops.dpi->disconnect(in, dssdev); in td028ttec1_panel_disconnect()
200 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_enable() local
210 in->ops.dpi->set_data_lines(in, ddata->data_lines); in td028ttec1_panel_enable()
211 in->ops.dpi->set_timings(in, &ddata->videomode); in td028ttec1_panel_enable()
213 r = in->ops.dpi->enable(in); in td028ttec1_panel_enable()
310 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_disable() local
322 in->ops.dpi->disable(in); in td028ttec1_panel_disable()
331 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_set_timings() local
336 in->ops.dpi->set_timings(in, timings); in td028ttec1_panel_set_timings()
351 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_check_timings() local
353 return in->ops.dpi->check_timings(in, timings); in td028ttec1_panel_check_timings()
372 struct omap_dss_device *dssdev, *in; in td028ttec1_panel_probe_pdata() local
376 in = omap_dss_find_output(pdata->source); in td028ttec1_panel_probe_pdata()
377 if (in == NULL) { in td028ttec1_panel_probe_pdata()
383 ddata->in = in; in td028ttec1_panel_probe_pdata()
397 struct omap_dss_device *in; in td028ttec1_probe_of() local
399 in = omapdss_of_find_source_for_first_ep(node); in td028ttec1_probe_of()
400 if (IS_ERR(in)) { in td028ttec1_probe_of()
402 return PTR_ERR(in); in td028ttec1_probe_of()
405 ddata->in = in; in td028ttec1_probe_of()
466 omap_dss_put_device(ddata->in); in td028ttec1_panel_probe()
474 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_remove() local
483 omap_dss_put_device(in); in td028ttec1_panel_remove()