Searched refs:sc_poll_handle (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dahcivar.h107 callout_t sc_poll_handle; member in struct:ahci_softc
H A Dahci.c285 callout_init(&sc->sc_poll_handle, 0);
286 callout_setfunc(&sc->sc_poll_handle, ahci_poll_hub, sc);
456 callout_ack(&sc->sc_poll_handle);
457 if (callout_pending(&sc->sc_poll_handle) ||
458 callout_invoking(&sc->sc_poll_handle))
477 callout_schedule(&sc->sc_poll_handle, sc->sc_interval);
750 callout_schedule(&sc->sc_poll_handle, sc->sc_interval);
772 callout_stop(&sc->sc_poll_handle);
797 KASSERT(!callout_pending(&sc->sc_poll_handle));
/netbsd-current/sys/dev/usb/
H A Duhcivar.h185 struct callout sc_poll_handle; member in struct:uhci_softc
H A Duhci.c577 callout_init(&sc->sc_poll_handle, CALLOUT_MPSAFE);
578 callout_setfunc(&sc->sc_poll_handle, uhci_poll_hub, sc);
642 callout_halt(&sc->sc_poll_handle, NULL);
643 callout_destroy(&sc->sc_poll_handle);
749 callout_schedule(&sc->sc_poll_handle, sc->sc_ival);
764 callout_halt(&sc->sc_poll_handle, &sc->sc_lock);
1028 callout_ack(&sc->sc_poll_handle);
1029 if (callout_pending(&sc->sc_poll_handle) ||
1030 callout_invoking(&sc->sc_poll_handle))
1050 callout_schedule(&sc->sc_poll_handle, s
[all...]

Completed in 203 milliseconds