Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | ATH_SDEVICE(subv, subd) |
#define | ATH_LED(pin, polarity) .driver_data = (((pin) << 8) | (polarity)) |
#define | ATH_PIN(data) ((data) >> 8) |
#define | ATH_POLARITY(data) ((data) & 0xff) |
Functions | |
void | ath5k_led_enable (struct ath5k_hw *ah) |
void | ath5k_led_off (struct ath5k_hw *ah) |
void | ath5k_unregister_leds (struct ath5k_hw *ah) |
int __devinit | ath5k_init_leds (struct ath5k_hw *ah) |
#define ATH_LED | ( | pin, | |
polarity | |||
) | .driver_data = (((pin) << 8) | (polarity)) |
#define ATH_SDEVICE | ( | subv, | |
subd | |||
) |