Searched refs:watchdog_ch (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2560var.h | 114 struct callout watchdog_ch; member
|
H A D | rt2661var.h | 107 struct callout watchdog_ch; member
|
H A D | rt2860var.h | 125 struct callout watchdog_ch; member
|
H A D | rt2661.c | 214 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 D | rt2560.c | 213 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 D | rt2860.c | 248 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 D | if_uathvar.h | 215 struct callout watchdog_ch; member
|
H A D | if_uath.c | 348 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()
|