Lines Matching refs:activelow

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()
186 led_index, activelow); in b43_map_led()
196 led_index, activelow); in b43_map_led()
204 led_index, activelow); in b43_map_led()
216 bool *activelow) in b43_led_get_sprominfo() argument
228 *activelow = false; in b43_led_get_sprominfo()
232 *activelow = true; in b43_led_get_sprominfo()
258 *activelow = !!(sprom[led_index] & B43_LED_ACTIVELOW); in b43_led_get_sprominfo()
267 bool activelow; in b43_leds_init() local
273 b43_led_turn_on(dev, led->index, led->activelow); in b43_leds_init()
277 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
286 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
292 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
298 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
305 b43_led_get_sprominfo(dev, i, &behaviour, &activelow); in b43_leds_init()
308 b43_led_turn_off(dev, i, activelow); in b43_leds_init()
311 b43_led_turn_on(dev, i, activelow); in b43_leds_init()
326 b43_led_turn_off(dev, leds->led_tx.index, leds->led_tx.activelow); in b43_leds_exit()
327 b43_led_turn_off(dev, leds->led_rx.index, leds->led_rx.activelow); in b43_leds_exit()
328 b43_led_turn_off(dev, leds->led_assoc.index, leds->led_assoc.activelow); in b43_leds_exit()
329 b43_led_turn_off(dev, leds->led_radio.index, leds->led_radio.activelow); in b43_leds_exit()
344 bool activelow; in b43_leds_register() local
350 b43_led_get_sprominfo(dev, i, &behaviour, &activelow); in b43_leds_register()
351 b43_map_led(dev, i, behaviour, activelow); in b43_leds_register()