Searched refs:watchdog_ch (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/ral/ |
| D | rt2560var.h | 115 struct callout watchdog_ch; member
|
| D | rt2661var.h | 107 struct callout watchdog_ch; member
|
| D | rt2860var.h | 125 struct callout watchdog_ch; member
|
| D | rt2661.c | 219 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()
|
| D | rt2560.c | 210 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()
|
| D | rt2860.c | 252 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/ |
| D | if_uathvar.h | 215 struct callout watchdog_ch; member
|
| D | if_uath.c | 355 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/ |
| D | if_wl.c | 257 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()
|