Searched refs:activelow (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/broadcom/b43/ |
D | leds.c | 22 bool activelow) in b43_led_turn_on() argument 27 if (activelow) in b43_led_turn_on() 35 bool activelow) in b43_led_turn_off() argument 40 if (activelow) in b43_led_turn_off() 70 b43_led_turn_on(dev, led->index, led->activelow); in b43_led_update() 72 b43_led_turn_off(dev, led->index, led->activelow); in b43_led_update() 110 u8 led_index, bool activelow) in b43_register_led() argument 120 led->activelow = activelow; in b43_register_led() 149 bool activelow) in b43_map_led() argument 168 led_index, activelow); in b43_map_led() [all …]
|
D | leds.h | 25 bool activelow; member
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | leds.c | 22 bool activelow) in b43legacy_led_turn_on() argument 30 if (activelow) in b43legacy_led_turn_on() 39 bool activelow) in b43legacy_led_turn_off() argument 47 if (activelow) in b43legacy_led_turn_off() 70 b43legacy_led_turn_off(dev, led->index, led->activelow); in b43legacy_led_brightness_set() 72 b43legacy_led_turn_on(dev, led->index, led->activelow); in b43legacy_led_brightness_set() 79 u8 led_index, bool activelow) in b43legacy_register_led() argument 83 b43legacy_led_turn_off(dev, led_index, activelow); in b43legacy_register_led() 90 led->activelow = activelow; in b43legacy_register_led() 111 b43legacy_led_turn_off(led->dev, led->index, led->activelow); in b43legacy_unregister_led() [all …]
|
D | leds.h | 23 bool activelow; member
|