/src/sys/dev/pci/ |
if_rtwnreg.h | 165 struct callout scan_to; member in struct:rtwn_softc
|
if_rtwn.c | 230 callout_init(&sc->scan_to, 0); 231 callout_setfunc(&sc->scan_to, rtwn_next_scan, sc); 405 callout_stop(&sc->scan_to); 427 callout_destroy(&sc->scan_to); 1301 callout_stop(&sc->scan_to); 1410 callout_schedule(&sc->scan_to, mstohz(200)); 3441 callout_stop(&sc->scan_to);
|
/src/sys/dev/usb/ |
if_runvar.h | 194 callout_t scan_to; member in struct:run_softc
|
if_upgtvar.h | 429 callout_t scan_to; member in struct:upgt_softc
|
if_urtwreg.h | 383 struct callout scan_to; member in struct:urtw_softc
|
if_upgt.c | 306 callout_init(&sc->scan_to, 0); 307 callout_setfunc(&sc->scan_to, upgt_next_scan, sc); 516 callout_halt(&sc->scan_to, NULL); 522 callout_destroy(&sc->scan_to); 1372 callout_stop(&sc->scan_to); 1408 callout_schedule(&sc->scan_to, hz / 5);
|
if_run.c | 628 callout_init(&sc->scan_to, 0); 629 callout_setfunc(&sc->scan_to, run_next_scan, sc); 794 callout_halt(&sc->scan_to, NULL); 809 callout_stop(&sc->scan_to); 812 callout_destroy(&sc->scan_to); 1876 callout_stop(&sc->scan_to); 1919 callout_schedule(&sc->scan_to, hz / 5); 4980 callout_stop(&sc->scan_to);
|
if_urtw.c | 691 callout_init(&sc->scan_to, 0); 692 callout_setfunc(&sc->scan_to, urtw_next_scan, sc); 787 callout_halt(&sc->scan_to, NULL); 789 callout_destroy(&sc->scan_to); 1055 callout_stop(&sc->scan_to); 3023 callout_stop(&sc->scan_to); 3474 callout_schedule(&sc->scan_to, mstohz(200));
|