Searched refs:activelow (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | leds.c | 35 bool activelow) in b43_led_turn_on() argument 40 if (activelow) in b43_led_turn_on() 48 bool activelow) in b43_led_turn_off() argument 53 if (activelow) in b43_led_turn_off() 83 b43_led_turn_on(dev, led->index, led->activelow); in b43_led_update() 85 b43_led_turn_off(dev, led->index, led->activelow); in b43_led_update() 123 u8 led_index, bool activelow) in b43_register_led() argument 133 led->activelow = activelow; in b43_register_led() 162 bool activelow) in b43_map_led() argument 181 led_index, activelow); in b43_map_led() [all …]
|
D | leds.h | 24 bool activelow; member
|
/linux-3.4.99/drivers/net/wireless/b43legacy/ |
D | leds.c | 35 bool activelow) in b43legacy_led_turn_on() argument 43 if (activelow) in b43legacy_led_turn_on() 52 bool activelow) in b43legacy_led_turn_off() argument 60 if (activelow) in b43legacy_led_turn_off() 83 b43legacy_led_turn_off(dev, led->index, led->activelow); in b43legacy_led_brightness_set() 85 b43legacy_led_turn_on(dev, led->index, led->activelow); in b43legacy_led_brightness_set() 92 u8 led_index, bool activelow) in b43legacy_register_led() argument 96 b43legacy_led_turn_off(dev, led_index, activelow); in b43legacy_register_led() 103 led->activelow = activelow; in b43legacy_register_led() 124 b43legacy_led_turn_off(led->dev, led->index, led->activelow); in b43legacy_unregister_led() [all …]
|
D | leds.h | 22 bool activelow; member
|