Lines Matching refs:in

25 	struct omap_dss_device *in;  member
40 struct omap_dss_device *in = ddata->in; in tpd_connect() local
43 r = in->ops.hdmi->connect(in, dssdev); in tpd_connect()
61 struct omap_dss_device *in = ddata->in; in tpd_disconnect() local
73 in->ops.hdmi->disconnect(in, &ddata->dssdev); in tpd_disconnect()
79 struct omap_dss_device *in = ddata->in; in tpd_enable() local
85 in->ops.hdmi->set_timings(in, &ddata->timings); in tpd_enable()
87 r = in->ops.hdmi->enable(in); in tpd_enable()
99 struct omap_dss_device *in = ddata->in; in tpd_disable() local
104 in->ops.hdmi->disable(in); in tpd_disable()
113 struct omap_dss_device *in = ddata->in; in tpd_set_timings() local
118 in->ops.hdmi->set_timings(in, timings); in tpd_set_timings()
133 struct omap_dss_device *in = ddata->in; in tpd_check_timings() local
136 r = in->ops.hdmi->check_timings(in, timings); in tpd_check_timings()
145 struct omap_dss_device *in = ddata->in; in tpd_read_edid() local
154 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid()
173 struct omap_dss_device *in = ddata->in; in tpd_set_infoframe() local
175 return in->ops.hdmi->set_infoframe(in, avi); in tpd_set_infoframe()
182 struct omap_dss_device *in = ddata->in; in tpd_set_hdmi_mode() local
184 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in tpd_set_hdmi_mode()
208 struct omap_dss_device *dssdev, *in; in tpd_probe_pdata() local
216 in = omap_dss_find_output(pdata->source); in tpd_probe_pdata()
217 if (in == NULL) { in tpd_probe_pdata()
222 ddata->in = in; in tpd_probe_pdata()
234 struct omap_dss_device *in; in tpd_probe_of() local
262 in = omapdss_of_find_source_for_first_ep(node); in tpd_probe_of()
263 if (IS_ERR(in)) { in tpd_probe_of()
265 return PTR_ERR(in); in tpd_probe_of()
268 ddata->in = in; in tpd_probe_of()
275 struct omap_dss_device *in, *dssdev; in tpd_probe() local
322 in = ddata->in; in tpd_probe()
333 omap_dss_put_device(ddata->in); in tpd_probe()
341 struct omap_dss_device *in = ddata->in; in tpd_remove() local
353 omap_dss_put_device(in); in tpd_remove()