Home
last modified time | relevance | path

Searched refs:hub_descr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c718 usb_hub_descr_t *hub_descr; in ohci_handle_port_power() local
727 hub_descr = &ohcip->ohci_root_hub.rh_descr; in ohci_handle_port_power()
738 if ((hub_descr->wHubCharacteristics & in ohci_handle_port_power()
744 for (p = 0; p < hub_descr->bNbrPorts; p++) { in ohci_handle_port_power()
764 if ((hub_descr->wHubCharacteristics & in ohci_handle_port_power()
770 for (p = 0; p < hub_descr->bNbrPorts; p++) { in ohci_handle_port_power()
1554 usb_hub_descr_t *hub_descr; in ohci_handle_root_hub_status_change() local
1568 hub_descr = &ohcip->ohci_root_hub.rh_descr; in ohci_handle_root_hub_status_change()
1615 for (i = 0; i < hub_descr->bNbrPorts; i++) { in ohci_handle_root_hub_status_change()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3262 usb_ss_hub_descr_t hub_descr; in hubd_get_hub_descriptor() local
3272 (void *)&hub_descr, sizeof (hub_descr)) == 0) { in hubd_get_hub_descriptor()
3279 hubd->h_nports = hub_descr.bNbrPorts; in hubd_get_hub_descriptor()
3280 hubd->h_hub_chars = hub_descr.wHubCharacteristics; in hubd_get_hub_descriptor()
3281 hubd->h_power_good = hub_descr.bPwrOn2PwrGood; in hubd_get_hub_descriptor()
3282 hubd->h_current = hub_descr.bHubContrCurrent; in hubd_get_hub_descriptor()
3284 usb_hub_descr_t hub_descr; in hubd_get_hub_descriptor() local
3294 hubd->h_nports = hub_descr.bNbrPorts; in hubd_get_hub_descriptor()
3295 hubd->h_hub_chars = hub_descr.wHubCharacteristics; in hubd_get_hub_descriptor()
3296 hubd->h_power_good = hub_descr.bPwrOn2PwrGood; in hubd_get_hub_descriptor()
[all …]