Lines Matching defs:dssdev
17 struct omap_dss_device dssdev; member
45 static int tvc_connect(struct omap_dss_device *dssdev) in tvc_connect()
58 static void tvc_disconnect(struct omap_dss_device *dssdev) in tvc_disconnect()
71 static int tvc_enable(struct omap_dss_device *dssdev) in tvc_enable()
103 static void tvc_disable(struct omap_dss_device *dssdev) in tvc_disable()
118 static void tvc_set_timings(struct omap_dss_device *dssdev, in tvc_set_timings()
130 static void tvc_get_timings(struct omap_dss_device *dssdev, in tvc_get_timings()
138 static int tvc_check_timings(struct omap_dss_device *dssdev, in tvc_check_timings()
147 static u32 tvc_get_wss(struct omap_dss_device *dssdev) in tvc_get_wss()
155 static int tvc_set_wss(struct omap_dss_device *dssdev, u32 wss) in tvc_set_wss()
183 struct omap_dss_device *dssdev; in tvc_probe() local
227 struct omap_dss_device *dssdev = &ddata->dssdev; in tvc_remove() local