Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.h319 struct usb_callout sc_tmo_poll; member
H A Dehci.c294 usb_callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
557 usb_callout_stop(&sc->sc_tmo_poll); in ehci_detach()
570 usb_callout_drain(&sc->sc_tmo_poll); in ehci_detach()
1510 usb_callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()