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.h324 struct callout sc_tmo_poll; member
Dehci.c258 callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
502 callout_stop(&sc->sc_tmo_poll); in ehci_detach()
515 callout_drain(&sc->sc_tmo_poll); in ehci_detach()
1449 callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()