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

  /src/sys/dev/usb/
if_rumvar.h 117 struct callout sc_amrr_ch; member in struct:rum_softc
if_uralvar.h 115 struct callout sc_amrr_ch; member in struct:ural_softc
if_zyd.c 358 callout_init(&sc->sc_amrr_ch, 0);
474 callout_halt(&sc->sc_amrr_ch, NULL);
753 callout_reset(&sc->sc_amrr_ch, hz, zyd_amrr_timeout, sc);
777 callout_stop(&sc->sc_amrr_ch);
2642 callout_reset(&sc->sc_amrr_ch, hz, zyd_amrr_timeout, sc);
if_rum.c 366 callout_init(&sc->sc_amrr_ch, 0);
504 callout_halt(&sc->sc_amrr_ch, NULL);
747 callout_stop(&sc->sc_amrr_ch);
2227 callout_reset(&sc->sc_amrr_ch, hz, rum_amrr_timeout, sc);
2278 callout_reset(&sc->sc_amrr_ch, hz, rum_amrr_timeout, sc);
if_ural.c 424 callout_init(&sc->sc_amrr_ch, 0);
548 callout_halt(&sc->sc_amrr_ch, NULL);
802 callout_stop(&sc->sc_amrr_ch);
2302 callout_reset(&sc->sc_amrr_ch, hz, ural_amrr_timeout, sc);
2359 callout_reset(&sc->sc_amrr_ch, hz, ural_amrr_timeout, sc);
if_zydreg.h 1196 struct callout sc_amrr_ch; member in struct:zyd_softc
  /src/sys/dev/ic/
bwivar.h 601 struct callout sc_amrr_ch; member in struct:bwi_softc
bwi.c 933 callout_init(&sc->sc_amrr_ch, 0);
934 callout_setfunc(&sc->sc_amrr_ch, bwi_amrr_timeout, sc);
7731 callout_stop(&sc->sc_amrr_ch);
7774 callout_schedule(&sc->sc_amrr_ch, hz / 2);
7995 callout_schedule(&sc->sc_amrr_ch, hz / 2);

Completed in 29 milliseconds