#include <linux/config.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <asm/spinlock.h>#include <asm/hardware.h>#include <asm/leds.h>#include <asm/system.h>Include dependency graph for leds-footbridge.c:

Go to the source code of this file.
Defines | |
| #define | LED_STATE_ENABLED 1 |
| #define | LED_STATE_CLAIMED 2 |
Functions | |
| static void | dummy_leds_event (led_event_t evt) |
| static void __init | init_leds_event (led_event_t evt) |
| EXPORT_SYMBOL (leds_event) | |
Variables | |
| static char | led_state |
| static char | hw_led_state |
| static spinlock_t | leds_lock = SPIN_LOCK_UNLOCKED |
| spinlock_t | gpio_lock |
| void(* | leds_event )(led_event_t) = init_leds_event |
|
|
Definition at line 31 of file leds-footbridge.c. |
|
|
Definition at line 30 of file leds-footbridge.c. |
|
|
Definition at line 222 of file leds-footbridge.c. Referenced by init_leds_event(). |
|
|
|
|
|
Definition at line 227 of file leds-footbridge.c. References dummy_leds_event(), and leds_event. Here is the call graph for this function: ![]() |
|
|
Referenced by vnc_mute(). |
|
|
Definition at line 33 of file leds-footbridge.c. |
|
|
Definition at line 32 of file leds-footbridge.c. Referenced by firetruck_init(), led_indication(), and sunfire_timer(). |
|
|
Definition at line 243 of file leds-footbridge.c. |
|
|
Definition at line 35 of file leds-footbridge.c. |