Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2560var.h114 struct callout watchdog_ch; member
H A Drt2661var.h107 struct callout watchdog_ch; member
H A Drt2860var.h125 struct callout watchdog_ch; member
H A Drt2661.c214 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2661_attach()
1659 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc); in rt2661_watchdog()
2346 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc); in rt2661_init_locked()
2372 callout_stop(&sc->watchdog_ch); in rt2661_stop_locked()
H A Drt2560.c213 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2560_attach()
1921 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc); in rt2560_watchdog()
2632 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc); in rt2560_init_locked()
2659 callout_stop(&sc->watchdog_ch); in rt2560_stop_locked()
H A Drt2860.c248 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2860_attach()
1992 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc); in rt2860_watchdog()
4058 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc); in rt2860_init_locked()
4080 callout_stop(&sc->watchdog_ch); in rt2860_stop_locked()
/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h215 struct callout watchdog_ch; member
H A Dif_uath.c348 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in uath_attach()
509 callout_drain(&sc->watchdog_ch); in uath_detach()
1147 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc); in uath_init()
1165 callout_stop(&sc->watchdog_ch); in uath_stop()
1288 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc); in uath_watchdog()
2010 callout_stop(&sc->watchdog_ch); in uath_newstate()