D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
modules
/
3.10.0-1062.9.1.el7.x86_64
/
build
/
include
/
linux
/
Filename :
leds_pwm.h
back
Copy
/* * 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