Lines Matching refs:in
41 struct omap_dss_device *in; member
55 struct omap_dss_device *in = ddata->in; in hdmic_connect() local
63 r = in->ops.hdmi->connect(in, dssdev); in hdmic_connect()
73 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local
80 in->ops.hdmi->disconnect(in, dssdev); in hdmic_disconnect()
86 struct omap_dss_device *in = ddata->in; in hdmic_enable() local
97 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
99 r = in->ops.hdmi->enable(in); in hdmic_enable()
111 struct omap_dss_device *in = ddata->in; in hdmic_disable() local
118 in->ops.hdmi->disable(in); in hdmic_disable()
127 struct omap_dss_device *in = ddata->in; in hdmic_set_timings() local
132 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
147 struct omap_dss_device *in = ddata->in; in hdmic_check_timings() local
149 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
156 struct omap_dss_device *in = ddata->in; in hdmic_read_edid() local
158 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
164 struct omap_dss_device *in = ddata->in; in hdmic_detect() local
169 return in->ops.hdmi->detect(in); in hdmic_detect()
175 struct omap_dss_device *in = ddata->in; in hdmic_set_hdmi_mode() local
177 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
184 struct omap_dss_device *in = ddata->in; in hdmic_set_infoframe() local
186 return in->ops.hdmi->set_infoframe(in, avi); in hdmic_set_infoframe()
212 struct omap_dss_device *in; in hdmic_probe_of() local
222 in = omapdss_of_find_source_for_first_ep(node); in hdmic_probe_of()
223 if (IS_ERR(in)) { in hdmic_probe_of()
225 return PTR_ERR(in); in hdmic_probe_of()
228 ddata->in = in; in hdmic_probe_of()
277 omap_dss_put_device(ddata->in); in hdmic_probe()
285 struct omap_dss_device *in = ddata->in; in hdmic_remove() local
292 omap_dss_put_device(in); in hdmic_remove()