Home
last modified time | relevance | path

Searched refs:root_hub_descr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c164 root_hub_descr->bNbrPorts = MAX_RH_PORTS; in uhci_init_root_hub()
166 length = root_hub_descr->bNbrPorts / 8; in uhci_init_root_hub()
175 root_hub_descr->wHubCharacteristics = in uhci_init_root_hub()
179 root_hub_descr->DeviceRemovable = 0x0; in uhci_init_root_hub()
182 root_hub_descr->PortPwrCtrlMask = 0xff; in uhci_init_root_hub()
646 raw_descr[0] = root_hub_descr->bDescLength; in uhci_handle_get_hub_descriptor()
647 raw_descr[1] = root_hub_descr->bDescriptorType; in uhci_handle_get_hub_descriptor()
648 raw_descr[2] = root_hub_descr->bNbrPorts; in uhci_handle_get_hub_descriptor()
651 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in uhci_handle_get_hub_descriptor()
653 raw_descr[7] = root_hub_descr->DeviceRemovable; in uhci_handle_get_hub_descriptor()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c116 usb_hub_descr_t *root_hub_descr = in ehci_init_root_hub() local
145 length = root_hub_descr->bNbrPorts / 8; in ehci_init_root_hub()
169 root_hub_descr-> wHubCharacteristics = in ehci_init_root_hub()
173 root_hub_descr->wHubCharacteristics |= in ehci_init_root_hub()
180 root_hub_descr-> in ehci_init_root_hub()
184 root_hub_descr->wHubCharacteristics |= in ehci_init_root_hub()
200 root_hub_descr->bPwrOn2PwrGood = 2; in ehci_init_root_hub()
206 root_hub_descr->DeviceRemovable = 0; in ehci_init_root_hub()
209 root_hub_descr->PortPwrCtrlMask = 0; in ehci_init_root_hub()
1308 usb_hub_descr_t *root_hub_descr; in ehci_handle_get_hub_descriptor() local
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c107 usb_hub_descr_t *root_hub_descr = in ohci_init_root_hub() local
145 length = root_hub_descr->bNbrPorts / 8; in ohci_init_root_hub()
161 root_hub_descr->wHubCharacteristics = in ohci_init_root_hub()
165 root_hub_descr-> in ohci_init_root_hub()
173 root_hub_descr-> in ohci_init_root_hub()
185 root_hub_descr-> in ohci_init_root_hub()
195 root_hub_descr-> in ohci_init_root_hub()
201 root_hub_descr->bPwrOn2PwrGood = (uint32_t) in ohci_init_root_hub()
1163 usb_hub_descr_t *root_hub_descr; in ohci_handle_get_hub_descriptor() local
1183 raw_descr[0] = root_hub_descr->bDescLength; in ohci_handle_get_hub_descriptor()
[all …]