Lines Matching full:in

38 	struct omap_dss_device *in;  member
52 struct omap_dss_device *in = ddata->in; in hdmic_connect() local
60 r = in->ops.hdmi->connect(in, dssdev); in hdmic_connect()
70 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local
77 in->ops.hdmi->disconnect(in, dssdev); in hdmic_disconnect()
83 struct omap_dss_device *in = ddata->in; in hdmic_enable() local
94 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
96 r = in->ops.hdmi->enable(in); in hdmic_enable()
108 struct omap_dss_device *in = ddata->in; in hdmic_disable() local
115 in->ops.hdmi->disable(in); in hdmic_disable()
124 struct omap_dss_device *in = ddata->in; in hdmic_set_timings() local
129 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
144 struct omap_dss_device *in = ddata->in; in hdmic_check_timings() local
146 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
153 struct omap_dss_device *in = ddata->in; in hdmic_read_edid() local
155 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
161 struct omap_dss_device *in = ddata->in; in hdmic_detect() local
166 return in->ops.hdmi->detect(in); in hdmic_detect()
172 struct omap_dss_device *in = ddata->in; in hdmic_set_hdmi_mode() local
174 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
181 struct omap_dss_device *in = ddata->in; in hdmic_set_infoframe() local
183 return in->ops.hdmi->set_infoframe(in, avi); in hdmic_set_infoframe()
209 struct omap_dss_device *in; in hdmic_probe_of() local
219 in = omapdss_of_find_source_for_first_ep(node); in hdmic_probe_of()
220 if (IS_ERR(in)) { in hdmic_probe_of()
222 return PTR_ERR(in); in hdmic_probe_of()
225 ddata->in = in; in hdmic_probe_of()
274 omap_dss_put_device(ddata->in); in hdmic_probe()
282 struct omap_dss_device *in = ddata->in; in hdmic_remove() local
289 omap_dss_put_device(in); in hdmic_remove()