Searched refs:watchdog_rfkill (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/wpi/
H A Dif_wpivar.h195 struct callout watchdog_rfkill; member in struct:wpi_softc
H A Dif_wpi.c534 callout_init_mtx(&sc->watchdog_rfkill, &sc->sc_mtx, 0);
694 callout_drain(&sc->watchdog_rfkill);
3177 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill,
5424 callout_stop(&sc->watchdog_rfkill);
5446 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill, sc);
5466 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill,

Completed in 90 milliseconds