Lines Matching defs:dssdev
119 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable) in tpo_td043_set_hmirror()
128 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev) in tpo_td043_get_hmirror()
268 static int tpo_td043_power_on(struct omap_dss_device *dssdev) in tpo_td043_power_on()
311 static void tpo_td043_power_off(struct omap_dss_device *dssdev) in tpo_td043_power_off()
338 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable()
353 static void tpo_td043_disable(struct omap_dss_device *dssdev) in tpo_td043_disable()
362 static int tpo_td043_suspend(struct omap_dss_device *dssdev) in tpo_td043_suspend()
369 static int tpo_td043_resume(struct omap_dss_device *dssdev) in tpo_td043_resume()
382 static int tpo_td043_probe(struct omap_dss_device *dssdev) in tpo_td043_probe()
439 static void tpo_td043_remove(struct omap_dss_device *dssdev) in tpo_td043_remove()
471 struct omap_dss_device *dssdev = spi->dev.platform_data; in tpo_td043_spi_probe() local