Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h456 struct usb_hub_ss_descriptor hubd; member
Dehci.c3272 sc->sc_hub_desc.hubd = ehci_hubd;
3273 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3283 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i);
3285 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 200;
3287 sc->sc_hub_desc.hubd.bDescLength =
3289 len = sc->sc_hub_desc.hubd.bDescLength;
Dehci.h317 struct usb_hub_descriptor hubd; member
Dxhci.c3473 sc->sc_hub_desc.hubd = xhci_hubd; in xhci_roothub_exec()
3475 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()
3487 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i); in xhci_roothub_exec()
3490 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 10; in xhci_roothub_exec()
3496 sc->sc_hub_desc.hubd. in xhci_roothub_exec()
3500 len = sc->sc_hub_desc.hubd.bLength; in xhci_roothub_exec()