diff options
Diffstat (limited to 'ANDROID_3.4.5/include/video/omap-panel-nokia-dsi.h')
-rw-r--r-- | ANDROID_3.4.5/include/video/omap-panel-nokia-dsi.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ANDROID_3.4.5/include/video/omap-panel-nokia-dsi.h b/ANDROID_3.4.5/include/video/omap-panel-nokia-dsi.h deleted file mode 100644 index 7dc71f9c..00000000 --- a/ANDROID_3.4.5/include/video/omap-panel-nokia-dsi.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __OMAP_NOKIA_DSI_PANEL_H -#define __OMAP_NOKIA_DSI_PANEL_H - -struct omap_dss_device; - -/** - * struct nokia_dsi_panel_data - Nokia DSI panel driver configuration - * @name: panel name - * @use_ext_te: use external TE - * @ext_te_gpio: external TE GPIO - * @esd_interval: interval of ESD checks, 0 = disabled (ms) - * @ulps_timeout: time to wait before entering ULPS, 0 = disabled (ms) - * @use_dsi_backlight: true if panel uses DSI command to control backlight - */ -struct nokia_dsi_panel_data { - const char *name; - - int reset_gpio; - - bool use_ext_te; - int ext_te_gpio; - - unsigned esd_interval; - unsigned ulps_timeout; - - bool use_dsi_backlight; -}; - -#endif /* __OMAP_NOKIA_DSI_PANEL_H */ |