Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_uath.c167 int uath_set_led(struct uath_softc *, int, int);
773 (void)uath_set_led(sc, UATH_LED_LINK, 0); in uath_task()
774 (void)uath_set_led(sc, UATH_LED_ACTIVITY, 0); in uath_task()
866 (void)uath_set_led(sc, UATH_LED_LINK, 1); in uath_task()
1766 uath_set_led(struct uath_softc *sc, int which, int on) in uath_set_led() function