Searched refs:hubd (Results 1 – 4 of 4) sorted by relevance
3246 sc->sc_hub_desc.hubd = ehci_hubd;3247 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;3257 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i);3259 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 200;3261 sc->sc_hub_desc.hubd.bDescLength =3263 len = sc->sc_hub_desc.hubd.bDescLength;
456 struct usb_hub_ss_descriptor hubd; member
3449 sc->sc_hub_desc.hubd = xhci_hubd; in xhci_roothub_exec()3451 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()3463 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i); in xhci_roothub_exec()3466 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 10; in xhci_roothub_exec()3471 sc->sc_hub_desc.hubd. in xhci_roothub_exec()3475 len = sc->sc_hub_desc.hubd.bLength; in xhci_roothub_exec()
316 struct usb_hub_descriptor hubd; member