Home
last modified time | relevance | path

Searched refs:sc_isreset (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/usb/controller/
HDuhci.h237 uint8_t sc_isreset; /* bits set if a root hub is reset */ member
HDehci.h353 uint8_t sc_isreset; member
HDuhci.c2410 sc->sc_isreset = 1; in uhci_portreset()
2588 sc->sc_isreset = 0; in uhci_roothub_exec()
2676 if (sc->sc_isreset) in uhci_roothub_exec()
HDehci.c3199 sc->sc_isreset = 0; in ehci_roothub_exec()
3280 if (sc->sc_isreset) in ehci_roothub_exec()
3353 sc->sc_isreset = 1; in ehci_roothub_exec()