cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/gpio_backlight.h

/*
 * gpio_backlight.h - Simple GPIO-controlled backlight
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#ifndef __GPIO_BACKLIGHT_H__

#define __GPIO_BACKLIGHT_H__

struct device;


struct gpio_backlight_platform_data {
	
struct device *fbdev;
	
int gpio;
	
int def_value;
	
bool active_low;
	
const char *name;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart36100.00%1100.00%
Total36100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.