Lines Matching refs:omap_dss_device
25 struct omap_dss_device dssdev;
26 struct omap_dss_device *in;
35 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect()
36 struct omap_dss_device *dst) in opa362_connect()
39 struct omap_dss_device *in; in opa362_connect()
66 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect()
67 struct omap_dss_device *dst) in opa362_disconnect()
70 struct omap_dss_device *in = ddata->in; in opa362_disconnect()
91 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable()
94 struct omap_dss_device *in = ddata->in; in opa362_enable()
119 static void opa362_disable(struct omap_dss_device *dssdev) in opa362_disable()
122 struct omap_dss_device *in = ddata->in; in opa362_disable()
137 static void opa362_set_timings(struct omap_dss_device *dssdev, in opa362_set_timings()
141 struct omap_dss_device *in = ddata->in; in opa362_set_timings()
151 static void opa362_get_timings(struct omap_dss_device *dssdev, in opa362_get_timings()
161 static int opa362_check_timings(struct omap_dss_device *dssdev, in opa362_check_timings()
165 struct omap_dss_device *in = ddata->in; in opa362_check_timings()
187 struct omap_dss_device *dssdev; in opa362_probe()
224 struct omap_dss_device *dssdev = &ddata->dssdev; in opa362_remove()