Lines Matching defs:hubd
4137 usb_hub_descriptor_t hubd;
4139 totlen = uimin(buflen, sizeof(hubd));
4140 memcpy(&hubd, buf, totlen);
4141 hubd.bNbrPorts = sc->sc_rhportcount[bn];
4142 USETW(hubd.wHubCharacteristics, UHD_PWR_NO_SWITCH);
4143 hubd.bPwrOn2PwrGood = 200;
4146 hubd.DeviceRemovable[i++] = 0;
4148 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i;
4149 totlen = uimin(totlen, hubd.bDescLength);
4150 memcpy(buf, &hubd, totlen);