Searched refs:hubd (Results 1 – 5 of 5) sorted by relevance
2243 sc->sc_hub_desc.hubd = ohci_hubd; in ohci_roothub_exec()2244 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ohci_roothub_exec()2245 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, in ohci_roothub_exec()2250 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = OHCI_GET_POTPGT(v); in ohci_roothub_exec()2255 sc->sc_hub_desc.hubd.DeviceRemovable[l / 8] |= (1 << (l % 8)); in ohci_roothub_exec()2259 sc->sc_hub_desc.hubd.bDescLength = in ohci_roothub_exec()2261 len = sc->sc_hub_desc.hubd.bDescLength; in ohci_roothub_exec()
220 struct usb_hub_descriptor hubd; member
3213 sc->sc_hub_desc.hubd = ehci_hubd; in ehci_roothub_exec()3214 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ehci_roothub_exec()3224 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i); in ehci_roothub_exec()3226 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 200; in ehci_roothub_exec()3228 sc->sc_hub_desc.hubd.bDescLength = in ehci_roothub_exec()3230 len = sc->sc_hub_desc.hubd.bDescLength; in ehci_roothub_exec()
311 struct usb_hub_descriptor hubd; member
483 struct usb_hub_ss_descriptor hubd; member