Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h325 struct callout sc_tmo_poll; member
Dehci.c258 callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
503 callout_stop(&sc->sc_tmo_poll); in ehci_detach()
516 callout_drain(&sc->sc_tmo_poll); in ehci_detach()
1454 callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()