Home
last modified time | relevance | path

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

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