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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dehci.h318 struct usb_callout sc_tmo_pcd; member in struct:ehci_softc
H A Dehci.c313 usb_callout_init_mtx(&sc->sc_tmo_pcd, &sc->sc_bus.bus_mtx, 0);
578 usb_callout_stop(&sc->sc_tmo_pcd);
591 usb_callout_drain(&sc->sc_tmo_pcd);
1527 usb_callout_reset(&sc->sc_tmo_pcd, hz,

Completed in 46 milliseconds