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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h47 uchar_t bPwrOn2PwrGood; /* time in ms from the time */ member in struct:usb_hub_descr
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c174 root_hub_descr->bPwrOn2PwrGood = 10; /* arbitrary number */
651 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood;
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c200 root_hub_descr->bPwrOn2PwrGood = 2;
203 "Power on to power good %d", root_hub_descr->bPwrOn2PwrGood);
1333 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c201 root_hub_descr->bPwrOn2PwrGood = (uint32_t)
205 "Power on to power good %d", root_hub_descr->bPwrOn2PwrGood);
1188 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood;
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwa.h47 uint8_t bPwrOn2PwrGood; member in struct:usb_wa_descr
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3211 hub_descr->bPwrOn2PwrGood, hub_descr->bHubContrCurrent);
5230 * switches, bPwrOn2PwrGood is zero. But we wait for some
5237 HUB_CHARS_NO_POWER_SWITCHING) || (!hub_descr->bPwrOn2PwrGood)) {
5241 hub_descr->bPwrOn2PwrGood) * 2 * 1000;
5246 hub_descr->bPwrOn2PwrGood, wait);
8204 * switches, bPwrOn2PwrGood is zero. But we wait for some
8211 HUB_CHARS_NO_POWER_SWITCHING) || (!hub_descr->bPwrOn2PwrGood)) {
8215 hub_descr->bPwrOn2PwrGood) * 2 * 1000;
8220 hub_descr->bPwrOn2PwrGood, wait);

Completed in 89 milliseconds