Home
last modified time | relevance | path

Searched refs:sc_gpio_ledstate (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_urtwvar.h138 uint8_t sc_gpio_ledstate; member
H A Dif_urtw.c3623 sc->sc_gpio_ledstate = URTW_LED_POWER_ON_BLINK; in urtw_led_mode0()
3629 sc->sc_gpio_ledstate = URTW_LED_BLINK_NORMAL; in urtw_led_mode0()
3633 sc->sc_gpio_ledstate = URTW_LED_ON; in urtw_led_mode0()
3641 switch (sc->sc_gpio_ledstate) { in urtw_led_mode0()
3662 "unknown LED status 0x%x", sc->sc_gpio_ledstate); in urtw_led_mode0()
3787 if (sc->sc_gpio_ledstate != URTW_LED_BLINK_NORMAL && in urtw_led_blink()
3788 sc->sc_gpio_ledstate != URTW_LED_BLINK_SLOWLY && in urtw_led_blink()
3789 sc->sc_gpio_ledstate != URTW_LED_BLINK_CM3) in urtw_led_blink()
3793 if (sc->sc_gpio_ledstate == URTW_LED_ON && in urtw_led_blink()
3796 else if (sc->sc_gpio_ledstate == URTW_LED_OFF && in urtw_led_blink()
[all …]