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()
254 *activelow = !!(sprom[led_index] & B43_LED_ACTIVELOW); in b43_led_get_sprominfo()
263 bool activelow; in b43_leds_init() local
269 b43_led_turn_on(dev, led->index, led->activelow); in b43_leds_init()
273 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
282 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
288 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
294 b43_led_turn_off(dev, led->index, led->activelow); in b43_leds_init()
301 b43_led_get_sprominfo(dev, i, &behaviour, &activelow); in b43_leds_init()
304 b43_led_turn_off(dev, i, activelow); in b43_leds_init()
307 b43_led_turn_on(dev, i, activelow); in b43_leds_init()
322 b43_led_turn_off(dev, leds->led_tx.index, leds->led_tx.activelow); in b43_leds_exit()
323 b43_led_turn_off(dev, leds->led_rx.index, leds->led_rx.activelow); in b43_leds_exit()
324 b43_led_turn_off(dev, leds->led_assoc.index, leds->led_assoc.activelow); in b43_leds_exit()
325 b43_led_turn_off(dev, leds->led_radio.index, leds->led_radio.activelow); in b43_leds_exit()
340 bool activelow; in b43_leds_register() local
346 b43_led_get_sprominfo(dev, i, &behaviour, &activelow); in b43_leds_register()
347 b43_map_led(dev, i, behaviour, activelow); in b43_leds_register()