HomeSort by: relevance | last modified time | path
    Searched refs:URTW_LED_OFF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_urtwreg.h 240 #define URTW_LED_OFF 2
if_urtw.c 1848 urtw_led_off(struct urtw_softc *sc, int type) function in typeref:typename:usbd_status
1907 URTW_LED_OFF : URTW_LED_ON;
1914 urtw_led_off(sc, URTW_LED_GPIO);
1998 (void)urtw_led_off(sc, URTW_LED_GPIO);
2012 else if (sc->sc_gpio_ledstate == URTW_LED_OFF &&
2014 (void)urtw_led_off(sc, URTW_LED_GPIO);
2022 URTW_LED_ON : URTW_LED_OFF;
3467 (void)urtw_led_off(sc, URTW_LED_GPIO);

Completed in 16 milliseconds