Lines Matching refs:in
58 struct omap_dss_device *in; member
344 struct omap_dss_device *in = ddata->in; in tpo_td043_connect() local
350 r = in->ops.dpi->connect(in, dssdev); in tpo_td043_connect()
360 struct omap_dss_device *in = ddata->in; in tpo_td043_disconnect() local
365 in->ops.dpi->disconnect(in, dssdev); in tpo_td043_disconnect()
371 struct omap_dss_device *in = ddata->in; in tpo_td043_enable() local
381 in->ops.dpi->set_data_lines(in, ddata->data_lines); in tpo_td043_enable()
382 in->ops.dpi->set_timings(in, &ddata->videomode); in tpo_td043_enable()
384 r = in->ops.dpi->enable(in); in tpo_td043_enable()
395 in->ops.dpi->disable(in); in tpo_td043_enable()
408 struct omap_dss_device *in = ddata->in; in tpo_td043_disable() local
413 in->ops.dpi->disable(in); in tpo_td043_disable()
425 struct omap_dss_device *in = ddata->in; in tpo_td043_set_timings() local
430 in->ops.dpi->set_timings(in, timings); in tpo_td043_set_timings()
445 struct omap_dss_device *in = ddata->in; in tpo_td043_check_timings() local
447 return in->ops.dpi->check_timings(in, timings); in tpo_td043_check_timings()
472 struct omap_dss_device *dssdev, *in; in tpo_td043_probe_pdata() local
478 in = omap_dss_find_output(pdata->source); in tpo_td043_probe_pdata()
479 if (in == NULL) { in tpo_td043_probe_pdata()
484 ddata->in = in; in tpo_td043_probe_pdata()
498 struct omap_dss_device *in; in tpo_td043_probe_of() local
508 in = omapdss_of_find_source_for_first_ep(node); in tpo_td043_probe_of()
509 if (IS_ERR(in)) { in tpo_td043_probe_of()
511 return PTR_ERR(in); in tpo_td043_probe_of()
514 ddata->in = in; in tpo_td043_probe_of()
604 omap_dss_put_device(ddata->in); in tpo_td043_probe()
612 struct omap_dss_device *in = ddata->in; in tpo_td043_remove() local
621 omap_dss_put_device(in); in tpo_td043_remove()