Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ral/
Drt2560var.h115 struct callout watchdog_ch; member
Drt2661var.h107 struct callout watchdog_ch; member
Drt2860var.h125 struct callout watchdog_ch; member
Drt2661.c219 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2661_attach()
1717 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc); in rt2661_watchdog()
2429 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc); in rt2661_init_locked()
2458 callout_stop(&sc->watchdog_ch); in rt2661_stop_locked()
Drt2560.c210 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2560_attach()
1979 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc); in rt2560_watchdog()
2703 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc); in rt2560_init_locked()
2733 callout_stop(&sc->watchdog_ch); in rt2560_stop_locked()
Drt2860.c252 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2860_attach()
2034 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc); in rt2860_watchdog()
4119 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc); in rt2860_init_locked()
4142 callout_stop(&sc->watchdog_ch); in rt2860_stop_locked()
/freebsd-10-stable/sys/dev/usb/wlan/
Dif_uathvar.h215 struct callout watchdog_ch; member
Dif_uath.c355 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in uath_attach()
528 callout_drain(&sc->watchdog_ch); in uath_detach()
1173 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc); in uath_init_locked()
1203 callout_stop(&sc->watchdog_ch); in uath_stop_locked()
1336 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc); in uath_watchdog()
2083 callout_stop(&sc->watchdog_ch); in uath_newstate()
/freebsd-10-stable/sys/dev/wl/
Dif_wl.c257 struct callout_handle watchdog_ch; member
515 callout_handle_init(&sc->watchdog_ch); in wlattach()
817 untimeout(wlwatchdog, sc, sc->watchdog_ch); in wlinit()
987 untimeout(wlwatchdog, sc, sc->watchdog_ch); in wlstart()
1024 sc->watchdog_ch = timeout(wlwatchdog, sc, 10); in wlstart()
1624 untimeout(wlwatchdog, sc, sc->watchdog_ch); in wlintr()