nfsd4: don't BUG in delegation break callback
[linux-2.6/libata-dev.git] / include / video / omap-panel-nokia-dsi.h
blob04219a2955397b63fefbf22149e64c7d8e1890b9
1 #ifndef __OMAP_NOKIA_DSI_PANEL_H
2 #define __OMAP_NOKIA_DSI_PANEL_H
4 struct omap_dss_device;
6 /**
7 * struct nokia_dsi_panel_data - Nokia DSI panel driver configuration
8 * @name: panel name
9 * @use_ext_te: use external TE
10 * @ext_te_gpio: external TE GPIO
11 * @esd_interval: interval of ESD checks, 0 = disabled (ms)
12 * @ulps_timeout: time to wait before entering ULPS, 0 = disabled (ms)
13 * @use_dsi_backlight: true if panel uses DSI command to control backlight
14 * @pin_config: DSI pin configuration
16 struct nokia_dsi_panel_data {
17 const char *name;
19 int reset_gpio;
21 bool use_ext_te;
22 int ext_te_gpio;
24 unsigned esd_interval;
25 unsigned ulps_timeout;
27 bool use_dsi_backlight;
29 struct omap_dsi_pin_config pin_config;
32 #endif /* __OMAP_NOKIA_DSI_PANEL_H */