Lines Matching refs:in
69 struct omap_dss_device *in; member
519 struct omap_dss_device *in = ddata->in; in acx565akm_connect() local
525 r = in->ops.sdi->connect(in, dssdev); in acx565akm_connect()
535 struct omap_dss_device *in = ddata->in; in acx565akm_disconnect() local
540 in->ops.sdi->disconnect(in, dssdev); in acx565akm_disconnect()
546 struct omap_dss_device *in = ddata->in; in acx565akm_panel_power_on() local
551 in->ops.sdi->set_timings(in, &ddata->videomode); in acx565akm_panel_power_on()
554 in->ops.sdi->set_datapairs(in, ddata->datapairs); in acx565akm_panel_power_on()
556 r = in->ops.sdi->enable(in); in acx565akm_panel_power_on()
597 struct omap_dss_device *in = ddata->in; in acx565akm_panel_power_off() local
621 in->ops.sdi->disable(in); in acx565akm_panel_power_off()
668 struct omap_dss_device *in = ddata->in; in acx565akm_set_timings() local
673 in->ops.sdi->set_timings(in, timings); in acx565akm_set_timings()
688 struct omap_dss_device *in = ddata->in; in acx565akm_check_timings() local
690 return in->ops.sdi->check_timings(in, timings); in acx565akm_check_timings()
711 struct omap_dss_device *dssdev, *in; in acx565akm_probe_pdata() local
717 in = omap_dss_find_output(pdata->source); in acx565akm_probe_pdata()
718 if (in == NULL) { in acx565akm_probe_pdata()
723 ddata->in = in; in acx565akm_probe_pdata()
740 ddata->in = omapdss_of_find_source_for_first_ep(np); in acx565akm_probe_of()
741 if (IS_ERR(ddata->in)) { in acx565akm_probe_of()
743 return PTR_ERR(ddata->in); in acx565akm_probe_of()
872 omap_dss_put_device(ddata->in); in acx565akm_probe()
880 struct omap_dss_device *in = ddata->in; in acx565akm_remove() local
892 omap_dss_put_device(in); in acx565akm_remove()