Home | History | Annotate | Download | only in usb

Lines Matching refs:hubd

4191 		usb_hub_descriptor_t hubd;
4193 totlen = uimin(buflen, sizeof(hubd));
4194 memcpy(&hubd, buf, totlen);
4195 hubd.bNbrPorts = sc->sc_rhportcount[bn];
4196 USETW(hubd.wHubCharacteristics, UHD_PWR_NO_SWITCH);
4197 hubd.bPwrOn2PwrGood = 200;
4200 hubd.DeviceRemovable[i++] = 0;
4202 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i;
4203 hubd.bDescLength);
4204 memcpy(buf, &hubd, totlen);