Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dcreg.h771 struct callout dc_wdog_ch; member
H A Dif_dc.c2486 callout_init_mtx(&sc->dc_wdog_ch, &sc->dc_mtx, 0); in dc_attach()
2539 callout_drain(&sc->dc_wdog_ch); in dc_detach()
3775 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_init_locked()
3930 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_watchdog()
3965 callout_stop(&sc->dc_wdog_ch); in dc_stop()