Searched refs:hub_descr (Results 1 – 2 of 2) sorted by relevance
718 usb_hub_descr_t *hub_descr; in ohci_handle_port_power() local727 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() local1568 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()
3262 usb_ss_hub_descr_t hub_descr; in hubd_get_hub_descriptor() local3272 (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() local3287 (void *)&hub_descr, sizeof (usb_hub_descr_t)) == 0) { in hubd_get_hub_descriptor()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()[all …]