Lines Matching full:in
39 struct omap_dss_device *in; member
53 struct omap_dss_device *in = ddata->in; in hdmic_connect() local
60 return in->ops.hdmi->connect(in, dssdev); in hdmic_connect()
66 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local
73 in->ops.hdmi->disconnect(in, dssdev); in hdmic_disconnect()
79 struct omap_dss_device *in = ddata->in; in hdmic_enable() local
90 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
92 r = in->ops.hdmi->enable(in); in hdmic_enable()
104 struct omap_dss_device *in = ddata->in; in hdmic_disable() local
111 in->ops.hdmi->disable(in); in hdmic_disable()
120 struct omap_dss_device *in = ddata->in; in hdmic_set_timings() local
125 in->ops.hdmi->set_timings(in, timings); in hdmic_set_timings()
140 struct omap_dss_device *in = ddata->in; in hdmic_check_timings() local
142 return in->ops.hdmi->check_timings(in, timings); in hdmic_check_timings()
149 struct omap_dss_device *in = ddata->in; in hdmic_read_edid() local
151 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
157 struct omap_dss_device *in = ddata->in; in hdmic_detect() local
162 return in->ops.hdmi->detect(in); in hdmic_detect()
168 struct omap_dss_device *in = ddata->in; in hdmic_set_hdmi_mode() local
170 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
177 struct omap_dss_device *in = ddata->in; in hdmic_set_infoframe() local
179 return in->ops.hdmi->set_infoframe(in, avi); in hdmic_set_infoframe()
224 ddata->in = omapdss_of_find_source_for_first_ep(pdev->dev.of_node); in hdmic_probe()
225 r = PTR_ERR_OR_ZERO(ddata->in); in hdmic_probe()
248 omap_dss_put_device(ddata->in); in hdmic_probe()
256 struct omap_dss_device *in = ddata->in; in hdmic_remove() local
263 omap_dss_put_device(in); in hdmic_remove()