Home
last modified time | relevance | path

Searched refs:sc_watchdog_to (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c168 callout_init_mtx(&sc->sc_watchdog_to, &sc->sc_mtx, 0); in rtwn_attach()
1357 callout_reset(&sc->sc_watchdog_to, hz, rtwn_watchdog, sc); in rtwn_watchdog()
1915 callout_reset(&sc->sc_watchdog_to, hz, rtwn_watchdog, sc); in rtwn_init()
1936 callout_stop(&sc->sc_watchdog_to); in rtwn_stop()
H A Dif_rtwnvar.h224 struct callout sc_watchdog_to; member