Lines Matching refs:in

38 	struct omap_dss_device *in;  member
52 struct omap_dss_device *in = ddata->in; in hdmic_connect() local
59 return in->ops.hdmi->connect(in, dssdev); in hdmic_connect()
65 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local
72 in->ops.hdmi->disconnect(in, dssdev); in hdmic_disconnect()
78 struct omap_dss_device *in = ddata->in; in hdmic_enable() local
89 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
91 r = in->ops.hdmi->enable(in); in hdmic_enable()
103 struct omap_dss_device *in = ddata->in; in hdmic_disable() local
110 in->ops.hdmi->disable(in); in hdmic_disable()
119 struct omap_dss_device *in = ddata->in; in hdmic_set_timings() local
124 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
139 struct omap_dss_device *in = ddata->in; in hdmic_check_timings() local
141 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
148 struct omap_dss_device *in = ddata->in; in hdmic_read_edid() local
150 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
156 struct omap_dss_device *in = ddata->in; in hdmic_detect() local
161 return in->ops.hdmi->detect(in); in hdmic_detect()
167 struct omap_dss_device *in = ddata->in; in hdmic_set_hdmi_mode() local
169 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
176 struct omap_dss_device *in = ddata->in; in hdmic_set_infoframe() local
178 return in->ops.hdmi->set_infoframe(in, avi); in hdmic_set_infoframe()
204 struct omap_dss_device *in; in hdmic_probe_of() local
214 in = omapdss_of_find_source_for_first_ep(node); in hdmic_probe_of()
215 if (IS_ERR(in)) { in hdmic_probe_of()
217 return PTR_ERR(in); in hdmic_probe_of()
220 ddata->in = in; in hdmic_probe_of()
269 omap_dss_put_device(ddata->in); in hdmic_probe()
277 struct omap_dss_device *in = ddata->in; in hdmic_remove() local
284 omap_dss_put_device(in); in hdmic_remove()