Home
last modified time | relevance | path

Searched refs:bPwrOn2PwrGood (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h49 uchar_t bPwrOn2PwrGood; /* time in ms from the time */ member
69 uint8_t bPwrOn2PwrGood; /* time in 2-ms from power on */ member
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h614 uByte bPwrOn2PwrGood; /* delay in 2 ms units */ member
629 uByte bPwrOn2PwrGood; /* delay in 2 ms units */ member
643 uByte bPwrOn2PwrGood; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c174 root_hub_descr->bPwrOn2PwrGood = 10; /* arbitrary number */ in uhci_init_root_hub()
651 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in uhci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c201 root_hub_descr->bPwrOn2PwrGood = (uint32_t) in ohci_init_root_hub()
205 "Power on to power good %d", root_hub_descr->bPwrOn2PwrGood); in ohci_init_root_hub()
1188 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in ohci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c200 root_hub_descr->bPwrOn2PwrGood = 2; in ehci_init_root_hub()
203 "Power on to power good %d", root_hub_descr->bPwrOn2PwrGood); in ehci_init_root_hub()
1333 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in ehci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwa.h47 uint8_t bPwrOn2PwrGood; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c767 hdp->bPwrOn2PwrGood = XHCI_POWER_GOOD; in xhci_root_hub_fill_hub_desc()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3281 hubd->h_power_good = hub_descr.bPwrOn2PwrGood; in hubd_get_hub_descriptor()
3296 hubd->h_power_good = hub_descr.bPwrOn2PwrGood; in hubd_get_hub_descriptor()