Lines Matching refs:in

42 	struct omap_dss_device *in;  member
56 struct omap_dss_device *in = ddata->in; in hdmic_connect() local
64 r = in->ops.hdmi->connect(in, dssdev); in hdmic_connect()
74 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local
81 in->ops.hdmi->disconnect(in, dssdev); in hdmic_disconnect()
87 struct omap_dss_device *in = ddata->in; in hdmic_enable() local
98 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
100 r = in->ops.hdmi->enable(in); in hdmic_enable()
112 struct omap_dss_device *in = ddata->in; in hdmic_disable() local
119 in->ops.hdmi->disable(in); in hdmic_disable()
128 struct omap_dss_device *in = ddata->in; in hdmic_set_timings() local
133 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
148 struct omap_dss_device *in = ddata->in; in hdmic_check_timings() local
150 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
157 struct omap_dss_device *in = ddata->in; in hdmic_read_edid() local
159 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
165 struct omap_dss_device *in = ddata->in; in hdmic_detect() local
170 return in->ops.hdmi->detect(in); in hdmic_detect()
176 struct omap_dss_device *in = ddata->in; in hdmic_set_hdmi_mode() local
178 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
185 struct omap_dss_device *in = ddata->in; in hdmic_set_infoframe() local
187 return in->ops.hdmi->set_infoframe(in, avi); in hdmic_set_infoframe()
213 struct omap_dss_device *in, *dssdev; in hdmic_probe_pdata() local
219 in = omap_dss_find_output(pdata->source); in hdmic_probe_pdata()
220 if (in == NULL) { in hdmic_probe_pdata()
225 ddata->in = in; in hdmic_probe_pdata()
237 struct omap_dss_device *in; in hdmic_probe_of() local
247 in = omapdss_of_find_source_for_first_ep(node); in hdmic_probe_of()
248 if (IS_ERR(in)) { in hdmic_probe_of()
250 return PTR_ERR(in); in hdmic_probe_of()
253 ddata->in = in; in hdmic_probe_of()
307 omap_dss_put_device(ddata->in); in hdmic_probe()
315 struct omap_dss_device *in = ddata->in; in hdmic_remove() local
322 omap_dss_put_device(in); in hdmic_remove()