Linux Kernel
3.7.1
|
#include <leds-lp5521.h>
Data Fields | |
struct lp5521_led_config * | led_config |
u8 | num_channels |
u8 | clock_mode |
int(* | setup_resources )(void) |
void(* | release_resources )(void) |
void(* | enable )(bool state) |
const char * | label |
u8 | update_config |
struct lp5521_led_pattern * | patterns |
int | num_patterns |
Definition at line 60 of file leds-lp5521.h.
u8 clock_mode |
Definition at line 63 of file leds-lp5521.h.
Definition at line 66 of file leds-lp5521.h.
Definition at line 67 of file leds-lp5521.h.
struct lp5521_led_config* led_config |
Definition at line 61 of file leds-lp5521.h.
u8 num_channels |
Definition at line 62 of file leds-lp5521.h.
int num_patterns |
Definition at line 70 of file leds-lp5521.h.
struct lp5521_led_pattern* patterns |
Definition at line 69 of file leds-lp5521.h.
Definition at line 65 of file leds-lp5521.h.
Definition at line 64 of file leds-lp5521.h.
u8 update_config |
Definition at line 68 of file leds-lp5521.h.