Home | History | Annotate | Download | only in usb

Lines Matching defs:urtw_led_on

559 static usbd_status	urtw_led_on(struct urtw_softc *, int);
1822 urtw_led_on(struct urtw_softc *sc, int type)
1889 sc->sc_gpio_ledstate = URTW_LED_ON;
1897 case URTW_LED_ON:
1900 urtw_led_on(sc, URTW_LED_GPIO);
1907 URTW_LED_OFF : URTW_LED_ON;
1912 urtw_led_on(sc, URTW_LED_GPIO);
1995 if (sc->sc_gpio_blinkstate == URTW_LED_ON)
1996 (void)urtw_led_on(sc, URTW_LED_GPIO);
2009 if (sc->sc_gpio_ledstate == URTW_LED_ON &&
2011 (void)urtw_led_on(sc, URTW_LED_GPIO);
2021 sc->sc_gpio_blinkstate = (sc->sc_gpio_blinkstate != URTW_LED_ON) ?
2022 URTW_LED_ON : URTW_LED_OFF;