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

/freebsd-13-stable/sys/dev/ral/
H A Drt2560var.h115 struct callout watchdog_ch; member in struct:rt2560_softc
H A Drt2661var.h108 struct callout watchdog_ch; member in struct:rt2661_softc
H A Drt2860var.h126 struct callout watchdog_ch; member in struct:rt2860_softc
H A Drt2560.c216 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
1929 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
2640 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
2667 callout_stop(&sc->watchdog_ch);
H A Drt2661.c217 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
1667 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc);
2354 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc);
2380 callout_stop(&sc->watchdog_ch);
H A Drt2860.c250 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
2005 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc);
4071 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc);
4093 callout_stop(&sc->watchdog_ch);
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h216 struct callout watchdog_ch; member in struct:uath_softc
H A Dif_uath.c350 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
505 callout_drain(&sc->watchdog_ch);
1143 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);
1161 callout_stop(&sc->watchdog_ch);
1284 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);
2004 callout_stop(&sc->watchdog_ch);

Completed in 345 milliseconds