Home
last modified time | relevance | path

Searched refs:hubd (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.h220 struct usb_hub_descriptor hubd; member
H A Dohci.c2243 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()
H A Dehci.h311 struct usb_hub_descriptor hubd; member
H A Dehci.c3213 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()
H A Dxhci.h483 struct usb_hub_ss_descriptor hubd; member
H A Dxhci.c3431 sc->sc_hub_desc.hubd = xhci_hubd; in xhci_roothub_exec()
3433 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()
3445 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i); in xhci_roothub_exec()
3448 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 10; in xhci_roothub_exec()
3453 sc->sc_hub_desc.hubd. in xhci_roothub_exec()
3457 len = sc->sc_hub_desc.hubd.bLength; in xhci_roothub_exec()