Searched refs:led_flags (Results 1 – 2 of 2) sorted by relevance
7424 led->led_flags |= BWN_LED_F_ACTLOW; in bwn_led_attach()7432 led->led_flags |= BWN_LED_F_BLINK; in bwn_led_attach()7434 led->led_flags |= BWN_LED_F_POLLABLE; in bwn_led_attach()7436 led->led_flags |= BWN_LED_F_SLOW; in bwn_led_attach()7440 if (led->led_flags & BWN_LED_F_SLOW) in bwn_led_attach()7447 led->led_act, led->led_flags & BWN_LED_F_ACTLOW); in bwn_led_attach()7458 if (led->led_flags & BWN_LED_F_ACTLOW) in bwn_led_onoff()7492 if ((led->led_flags & BWN_LED_F_BLINK) && in bwn_led_newstate()7536 if ((led->led_flags & BWN_LED_F_POLLABLE) == 0) in bwn_led_event()7575 if (led->led_flags & BWN_LED_F_SLOW) { in bwn_led_blink_start()
917 uint8_t led_flags; /* BWN_LED_F_ */ member