Home
last modified time | relevance | path

Searched refs:sc_tmo_pcd (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h322 struct usb_callout sc_tmo_pcd; member
H A Dehci.c256 callout_init_mtx(&sc->sc_tmo_pcd, &sc->sc_bus.bus_mtx, 0); in ehci_init()
500 callout_stop(&sc->sc_tmo_pcd); in ehci_detach()
513 callout_drain(&sc->sc_tmo_pcd); in ehci_detach()
1434 callout_reset(&sc->sc_tmo_pcd, hz, in ehci_interrupt()

Completed in 6 milliseconds