Searched refs:led_flags (Results 1 – 2 of 2) sorted by relevance
7433 led->led_flags |= BWN_LED_F_ACTLOW; in bwn_led_attach()7441 led->led_flags |= BWN_LED_F_BLINK; in bwn_led_attach()7443 led->led_flags |= BWN_LED_F_POLLABLE; in bwn_led_attach()7445 led->led_flags |= BWN_LED_F_SLOW; in bwn_led_attach()7449 if (led->led_flags & BWN_LED_F_SLOW) in bwn_led_attach()7456 led->led_act, led->led_flags & BWN_LED_F_ACTLOW); in bwn_led_attach()7467 if (led->led_flags & BWN_LED_F_ACTLOW) in bwn_led_onoff()7501 if ((led->led_flags & BWN_LED_F_BLINK) && in bwn_led_newstate()7545 if ((led->led_flags & BWN_LED_F_POLLABLE) == 0) in bwn_led_event()7584 if (led->led_flags & BWN_LED_F_SLOW) { in bwn_led_blink_start()
917 uint8_t led_flags; /* BWN_LED_F_ */ member