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

  /src/sys/dev/ic/
aic6915var.h 124 struct callout sc_tick_callout; /* MII callout */ member in struct:sf_softc
tulipvar.h 389 struct callout sc_tick_callout; member in struct:tulip_softc
  /src/sys/arch/mips/atheros/dev/
aevar.h 149 struct callout sc_tick_callout; member in struct:ae_softc
  /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);

Completed in 16 milliseconds