Lines Matching refs:omap_dss_device
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()
266 static int tpo_td043_power_on(struct omap_dss_device *dssdev) in tpo_td043_power_on()
309 static void tpo_td043_power_off(struct omap_dss_device *dssdev) in tpo_td043_power_off()
336 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable()
351 static void tpo_td043_disable(struct omap_dss_device *dssdev) in tpo_td043_disable()
360 static int tpo_td043_suspend(struct omap_dss_device *dssdev) in tpo_td043_suspend()
367 static int tpo_td043_resume(struct omap_dss_device *dssdev) in tpo_td043_resume()
380 static int tpo_td043_probe(struct omap_dss_device *dssdev) in tpo_td043_probe()
437 static void tpo_td043_remove(struct omap_dss_device *dssdev) in tpo_td043_remove()
469 struct omap_dss_device *dssdev = spi->dev.platform_data; in tpo_td043_spi_probe()