|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | bios_args |
Macros | |
| #define | DELL_LED_BIOS_GUID "F6E4FE6E-909D-47cb-8BAB-C9F6F2F8D396" |
| #define | INVALID_DEVICE_ID 250 |
| #define | INVALID_PARAMETER 251 |
| #define | INVALID_BUFFER 252 |
| #define | INTERFACE_ERROR 253 |
| #define | UNSUPPORTED_COMMAND 254 |
| #define | UNSPECIFIED_ERROR 255 |
| #define | DEVICE_ID_PANEL_BACK 1 |
| #define | CMD_LED_ON 16 |
| #define | CMD_LED_OFF 17 |
| #define | CMD_LED_BLINK 18 |
Functions | |
| MODULE_AUTHOR ("Louis Davis/Jim Dailey") | |
| MODULE_DESCRIPTION ("Dell LED Control Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("wmi:"DELL_LED_BIOS_GUID) | |
| module_init (dell_led_init) | |
| module_exit (dell_led_exit) | |
| #define CMD_LED_BLINK 18 |
Definition at line 40 of file dell-led.c.
| #define CMD_LED_OFF 17 |
Definition at line 39 of file dell-led.c.
| #define CMD_LED_ON 16 |
Definition at line 38 of file dell-led.c.
| #define DELL_LED_BIOS_GUID "F6E4FE6E-909D-47cb-8BAB-C9F6F2F8D396" |
Definition at line 23 of file dell-led.c.
| #define DEVICE_ID_PANEL_BACK 1 |
Definition at line 35 of file dell-led.c.
| #define INTERFACE_ERROR 253 |
Definition at line 30 of file dell-led.c.
| #define INVALID_BUFFER 252 |
Definition at line 29 of file dell-led.c.
| #define INVALID_DEVICE_ID 250 |
Definition at line 27 of file dell-led.c.
| #define INVALID_PARAMETER 251 |
Definition at line 28 of file dell-led.c.
| #define UNSPECIFIED_ERROR 255 |
Definition at line 32 of file dell-led.c.
| #define UNSUPPORTED_COMMAND 254 |
Definition at line 31 of file dell-led.c.
| MODULE_ALIAS | ( | "wmi:" | DELL_LED_BIOS_GUID | ) |
| MODULE_AUTHOR | ( | "Louis Davis/Jim Dailey" | ) |
| module_exit | ( | dell_led_exit | ) |
| module_init | ( | dell_led_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2