Searched refs:watchdog_rfkill (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/wpi/ |
| H A D | if_wpivar.h | 195 struct callout watchdog_rfkill; member
|
| H A D | if_wpi.c | 534 callout_init_mtx(&sc->watchdog_rfkill, &sc->sc_mtx, 0); in wpi_attach() 694 callout_drain(&sc->watchdog_rfkill); in wpi_detach() 3179 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill, in wpi_watchdog_rfkill() 5426 callout_stop(&sc->watchdog_rfkill); in wpi_radio_on() 5448 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill, sc); in wpi_radio_off() 5468 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill, in wpi_init()
|