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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h196 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);
3185 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill,
5431 callout_stop(&sc->watchdog_rfkill);
5453 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill, sc);
5473 callout_reset(&sc->watchdog_rfkill, hz, wpi_watchdog_rfkill,

Completed in 47 milliseconds