cregit-Linux how code gets into the kernel

Release 4.12 include/linux/spi/corgi_lcd.h

#ifndef __LINUX_SPI_CORGI_LCD_H

#define __LINUX_SPI_CORGI_LCD_H


#define CORGI_LCD_MODE_QVGA	1

#define CORGI_LCD_MODE_VGA	2


struct corgi_lcd_platform_data {
	
int	init_mode;
	
int	max_intensity;
	
int	default_intensity;
	
int	limit_mask;

	
int	gpio_backlight_on;	/* -1 if n/a */
	
int	gpio_backlight_cont;	/* -1 if n/a */

	
void (*notify)(int intensity);
	
void (*kick_battery)(void);
};

#endif /* __LINUX_SPI_CORGI_LCD_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Eric Miao61100.00%3100.00%
Total61100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.