omap-panel-n8x0.h 338 B

12345678910111213141516
  1. #ifndef __OMAP_PANEL_N8X0_H
  2. #define __OMAP_PANEL_N8X0_H
  3. struct omap_dss_device;
  4. struct panel_n8x0_data {
  5. int (*platform_enable)(struct omap_dss_device *dssdev);
  6. void (*platform_disable)(struct omap_dss_device *dssdev);
  7. int panel_reset;
  8. int ctrl_pwrdown;
  9. int (*set_backlight)(struct omap_dss_device *dssdev, int level);
  10. };
  11. #endif