Lines Matching refs:activelow

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()
173 led_index, activelow); in b43_map_led()
183 led_index, activelow); in b43_map_led()
191 led_index, activelow); in b43_map_led()
203 bool *activelow) in b43_led_get_sprominfo() argument
215 *activelow = false; in b43_led_get_sprominfo()
219 *activelow = true; in b43_led_get_sprominfo()
245 *activelow = !!(sprom[led_index] & B43_LED_ACTIVELOW); in b43_led_get_sprominfo()
254 bool activelow; in b43_leds_init() local
260 b43_led_turn_on(dev, led->index, led->activelow); in b43_leds_init()
264 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
273 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
279 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
285 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
292 b43_led_get_sprominfo(dev, i, &behaviour, &activelow); in b43_leds_init()
295 b43_led_turn_off(dev, i, activelow); in b43_leds_init()
298 b43_led_turn_on(dev, i, activelow); in b43_leds_init()
313 b43_led_turn_off(dev, leds->led_tx.index, leds->led_tx.activelow); in b43_leds_exit()
314 b43_led_turn_off(dev, leds->led_rx.index, leds->led_rx.activelow); in b43_leds_exit()
315 b43_led_turn_off(dev, leds->led_assoc.index, leds->led_assoc.activelow); in b43_leds_exit()
316 b43_led_turn_off(dev, leds->led_radio.index, leds->led_radio.activelow); in b43_leds_exit()
331 bool activelow; in b43_leds_register() local
337 b43_led_get_sprominfo(dev, i, &behaviour, &activelow); in b43_leds_register()
338 b43_map_led(dev, i, behaviour, activelow); in b43_leds_register()