![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __LINUX_SPI_CORGI_LCD_H 0003 #define __LINUX_SPI_CORGI_LCD_H 0004 0005 #define CORGI_LCD_MODE_QVGA 1 0006 #define CORGI_LCD_MODE_VGA 2 0007 0008 struct corgi_lcd_platform_data { 0009 int init_mode; 0010 int max_intensity; 0011 int default_intensity; 0012 int limit_mask; 0013 0014 void (*notify)(int intensity); 0015 void (*kick_battery)(void); 0016 }; 0017 0018 #endif /* __LINUX_SPI_CORGI_LCD_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |