swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 3d70f8c617a436c7146ecb81df2265b4626dfe89 authored by Linus Torvalds on 04 November 2012, 19:07:39 UTC
Linux 3.7-rc4
Tip revision: 3d70f8c
omap-panel-n8x0.h
#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
back to top