cregit-Linux how code gets into the kernel

Release 4.16 include/linux/leds_pwm.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * PWM LED driver data - see drivers/leds/leds-pwm.c
 */
#ifndef __LINUX_LEDS_PWM_H

#define __LINUX_LEDS_PWM_H


struct led_pwm {
	
const char	*name;
	
const char	*default_trigger;
	
unsigned	pwm_id __deprecated;
	
u8 		active_low;
	
unsigned 	max_brightness;
	
unsigned	pwm_period_ns;
};


struct led_pwm_platform_data {
	
int			num_leds;
	
struct led_pwm	*leds;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Luotao Fu4996.08%133.33%
Peter Ujfalusi11.96%133.33%
Greg Kroah-Hartman11.96%133.33%
Total51100.00%3100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.