Searched refs:watchdog_ch (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661var.h108 struct callout watchdog_ch; member in struct:rt2661_softc
H A Drt2560var.h115 struct callout watchdog_ch; member in struct:rt2560_softc
H A Drt2860var.h126 struct callout watchdog_ch; member in struct:rt2860_softc
H A Drt2661.c217 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
1666 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc);
2353 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc);
2379 callout_stop(&sc->watchdog_ch);
H A Drt2560.c216 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
1929 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
2641 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
2668 callout_stop(&sc->watchdog_ch);
H A Drt2860.c250 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
2006 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc);
4072 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc);
4094 callout_stop(&sc->watchdog_ch);

Completed in 160 milliseconds