Searched refs:sc_led_ch (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_urtwvar.h132 struct usb_callout sc_led_ch; member in struct:urtw_softc
H A Dif_upgtvar.h440 struct callout sc_led_ch; member in struct:upgt_softc
H A Dif_upgt.c259 callout_init(&sc->sc_led_ch, 0);
600 callout_reset(&sc->sc_led_ch, hz, upgt_set_led_blink, sc);
1077 callout_stop(&sc->sc_led_ch);
2044 callout_drain(&sc->sc_led_ch);
H A Dif_urtw.c807 usb_callout_init_mtx(&sc->sc_led_ch, &sc->sc_mtx, 0);
951 usb_callout_drain(&sc->sc_led_ch);
1372 usb_callout_stop(&sc->sc_led_ch);
1877 usb_callout_stop(&sc->sc_led_ch);
3690 usb_callout_reset(&sc->sc_led_ch, hz, urtw_led_ch, sc);
3849 usb_callout_reset(&sc->sc_led_ch, hz, urtw_led_ch, sc);

Completed in 85 milliseconds