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

  /src/sys/dev/ic/
aic6915var.h 124 struct callout sc_tick_callout; /* MII callout */ member in struct:sf_softc
aic6915.c 144 callout_init(&sc->sc_tick_callout, 0);
145 callout_setfunc(&sc->sc_tick_callout, sf_tick, sc);
821 callout_schedule(&sc->sc_tick_callout, hz);
1086 callout_schedule(&sc->sc_tick_callout, hz);
1136 callout_stop(&sc->sc_tick_callout);
tulipvar.h 389 struct callout sc_tick_callout; member in struct:tulip_softc
tulip.c 191 callout_init(&sc->sc_tick_callout, 0);
617 callout_destroy(&sc->sc_tick_callout);
1934 callout_reset(&sc->sc_tick_callout, hz >> 3, sc->sc_tick, sc);
2020 callout_stop(&sc->sc_tick_callout);
3229 callout_reset(&sc->sc_tick_callout, hz, sc->sc_tick, sc);
5229 callout_reset(&sc->sc_tick_callout, ticks, tlp_2114x_nway_tick, sc);
5653 callout_reset(&sc->sc_tick_callout, hz, tlp_pnic_nway_tick, sc);
  /src/sys/arch/mips/ralink/
ralink_gpio.c 311 struct callout sc_tick_callout; /* For debouncing inputs */ member in struct:ra_gpio_softc
762 callout_init(&sc->sc_tick_callout, 0);
763 callout_setfunc(&sc->sc_tick_callout, ra_gpio_debounce_process, sc);
1331 callout_schedule(&sc->sc_tick_callout, MS_TO_HZ(10));
1422 if (FALSE == callout_pending(&sc->sc_tick_callout)) {
1423 callout_schedule(&sc->sc_tick_callout, MS_TO_HZ(DEBOUNCE_TIME));
ralink_eth.c 199 struct callout sc_tick_callout; member in struct:ralink_eth_softc
529 callout_init(&sc->sc_tick_callout, 0);
530 callout_reset(&sc->sc_tick_callout, hz, ralink_eth_mii_tick, sc);
636 callout_stop(&sc->sc_tick_callout);
1675 callout_reset(&sc->sc_tick_callout, hz, ralink_eth_mii_tick, sc);
  /src/sys/arch/mips/atheros/dev/
aevar.h 149 struct callout sc_tick_callout; member in struct:ae_softc
if_ae.c 229 callout_init(&sc->sc_tick_callout, 0);
477 callout_stop(&sc->sc_tick_callout);
1428 callout_reset(&sc->sc_tick_callout, hz >> 3, sc->sc_tick, sc);
1553 callout_stop(&sc->sc_tick_callout);
1813 callout_reset(&sc->sc_tick_callout, hz, sc->sc_tick, sc);

Completed in 23 milliseconds