Home
last modified time | relevance | path

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

/NextBSD/sys/dev/dc/
HDif_dcreg.h771 struct callout dc_wdog_ch; member
HDif_dc.c2490 callout_init_mtx(&sc->dc_wdog_ch, &sc->dc_mtx, 0); in dc_attach()
2543 callout_drain(&sc->dc_wdog_ch); in dc_detach()
3779 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_init_locked()
3934 callout_reset(&sc->dc_wdog_ch, hz, dc_watchdog, sc); in dc_watchdog()
3969 callout_stop(&sc->dc_wdog_ch); in dc_stop()