aboutsummaryrefslogtreecommitdiff
path: root/include/video/omap-panel-n8x0.h
blob: 50a1302e2cfd7b59a23689a1e1ba6f35c7be28a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __OMAP_PANEL_N8X0_H
#define __OMAP_PANEL_N8X0_H

struct omap_dss_device;

struct panel_n8x0_data {
	int (*platform_enable)(struct omap_dss_device *dssdev);
	void (*platform_disable)(struct omap_dss_device *dssdev);
	int panel_reset;
	int ctrl_pwrdown;

	int (*set_backlight)(struct omap_dss_device *dssdev, int level);
};

#endif