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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h221 struct usb_hub_descriptor hubd; member in union:ohci_hub_desc
H A Dohci.c2286 sc->sc_hub_desc.hubd = ohci_hubd;
2287 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
2288 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics,
2293 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = OHCI_GET_POTPGT(v);
2298 sc->sc_hub_desc.hubd.DeviceRemovable[l / 8] |= (1 << (l % 8));
2302 sc->sc_hub_desc.hubd.bDescLength =
2304 len = sc->sc_hub_desc.hubd.bDescLength;
H A Dehci.h313 struct usb_hub_descriptor hubd; member in union:ehci_hub_desc
H A Dxhci.h456 struct usb_hub_ss_descriptor hubd; member in union:xhci_hub_desc
H A Dehci.c3311 sc->sc_hub_desc.hubd = ehci_hubd;
3312 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3322 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i);
3324 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 200;
3326 sc->sc_hub_desc.hubd.bDescLength =
3328 len = sc->sc_hub_desc.hubd.bDescLength;
H A Dxhci.c3516 sc->sc_hub_desc.hubd = xhci_hubd;
3518 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3530 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i);
3533 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = 10;
3539 sc->sc_hub_desc.hubd.
3543 len = sc->sc_hub_desc.hubd.bLength;

Completed in 132 milliseconds