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

/netbsd-current/sys/dev/pci/
H A Dpccbbvar.h99 struct callout sc_insert_ch; member in struct:pccbb_softc
H A Dpccbb.c393 callout_init(&sc->sc_insert_ch, 0);
394 callout_setfunc(&sc->sc_insert_ch, pci113x_insert, sc);
559 callout_halt(&sc->sc_insert_ch, NULL);
560 callout_destroy(&sc->sc_insert_ch);
1070 callout_stop(&sc->sc_insert_ch);
1080 callout_stop(&sc->sc_insert_ch);
1082 callout_schedule(&sc->sc_insert_ch, mstohz(200));
1155 callout_schedule(&sc->sc_insert_ch, mstohz(100));

Completed in 133 milliseconds