|
Linux Kernel
3.7.1
|
#include <pwm_backlight.h>
Data Fields | |
| int | pwm_id |
| unsigned int | max_brightness |
| unsigned int | dft_brightness |
| unsigned int | lth_brightness |
| unsigned int | pwm_period_ns |
| unsigned int * | levels |
| int(* | init )(struct device *dev) |
| int(* | notify )(struct device *dev, int brightness) |
| void(* | notify_after )(struct device *dev, int brightness) |
| void(* | exit )(struct device *dev) |
| int(* | check_fb )(struct device *dev, struct fb_info *info) |
Definition at line 9 of file pwm_backlight.h.
Definition at line 20 of file pwm_backlight.h.
| unsigned int dft_brightness |
Definition at line 12 of file pwm_backlight.h.
| unsigned int* levels |
Definition at line 15 of file pwm_backlight.h.
| unsigned int lth_brightness |
Definition at line 13 of file pwm_backlight.h.
| unsigned int max_brightness |
Definition at line 11 of file pwm_backlight.h.
Definition at line 17 of file pwm_backlight.h.
Definition at line 18 of file pwm_backlight.h.
| int pwm_id |
Definition at line 10 of file pwm_backlight.h.
| unsigned int pwm_period_ns |
Definition at line 14 of file pwm_backlight.h.
1.8.2