Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
H A Drt2560var.h118 struct callout watchdog_ch; member
H A Drt2661var.h111 struct callout watchdog_ch; member
H A Drt2860var.h129 struct callout watchdog_ch; member
H A Drt2560.c217 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2560_attach()
2037 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc); in rt2560_watchdog()
2738 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc); in rt2560_init_locked()
2770 callout_stop(&sc->watchdog_ch); in rt2560_stop_locked()
H A Drt2661.c218 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2661_attach()
1764 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc); in rt2661_watchdog()
2448 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc); in rt2661_init_locked()
2479 callout_stop(&sc->watchdog_ch); in rt2661_stop_locked()
H A Drt2860.c251 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2860_attach()
2094 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc); in rt2860_watchdog()
4127 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc); in rt2860_init_locked()
4149 callout_stop(&sc->watchdog_ch); in rt2860_stop_locked()