Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c212 static void wpi_scan_timeout(void *);
3184 wpi_scan_timeout(void *arg) in wpi_scan_timeout() function
4273 callout_reset(&sc->scan_timeout, 5*hz, wpi_scan_timeout, sc); in wpi_scan()