Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dehci.h321 struct usb_callout sc_tmo_poll; member
Dehci.c295 usb_callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
560 usb_callout_stop(&sc->sc_tmo_poll); in ehci_detach()
573 usb_callout_drain(&sc->sc_tmo_poll); in ehci_detach()
1519 usb_callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()