Lines Matching refs:in

18 	struct omap_dss_device *in;  member
48 struct omap_dss_device *in = ddata->in; in tvc_connect() local
55 return in->ops.atv->connect(in, dssdev); in tvc_connect()
61 struct omap_dss_device *in = ddata->in; in tvc_disconnect() local
68 in->ops.atv->disconnect(in, dssdev); in tvc_disconnect()
74 struct omap_dss_device *in = ddata->in; in tvc_enable() local
85 in->ops.atv->set_timings(in, &ddata->timings); in tvc_enable()
88 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
90 in->ops.atv->invert_vid_out_polarity(in, in tvc_enable()
94 r = in->ops.atv->enable(in); in tvc_enable()
106 struct omap_dss_device *in = ddata->in; in tvc_disable() local
113 in->ops.atv->disable(in); in tvc_disable()
122 struct omap_dss_device *in = ddata->in; in tvc_set_timings() local
127 in->ops.atv->set_timings(in, timings); in tvc_set_timings()
142 struct omap_dss_device *in = ddata->in; in tvc_check_timings() local
144 return in->ops.atv->check_timings(in, timings); in tvc_check_timings()
150 struct omap_dss_device *in = ddata->in; in tvc_get_wss() local
152 return in->ops.atv->get_wss(in); in tvc_get_wss()
158 struct omap_dss_device *in = ddata->in; in tvc_set_wss() local
160 return in->ops.atv->set_wss(in, wss); in tvc_set_wss()
196 ddata->in = omapdss_of_find_source_for_first_ep(pdev->dev.of_node); in tvc_probe()
197 r = PTR_ERR_OR_ZERO(ddata->in); in tvc_probe()
220 omap_dss_put_device(ddata->in); in tvc_probe()
228 struct omap_dss_device *in = ddata->in; in tvc_remove() local
235 omap_dss_put_device(in); in tvc_remove()