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()
2949 usb_hub_descr_t *hub_descr; in hubd_determine_port_connection() local2956 hub_descr = &hubd->h_hub_descr; in hubd_determine_port_connection()2958 for (port = 1; port <= hub_descr->bNbrPorts; port++) { in hubd_determine_port_connection()3115 usb_hub_descr_t *hub_descr = &hubd->h_hub_descr; in hubd_get_hub_descriptor() local3196 (void *)hub_descr, sizeof (usb_hub_descr_t)) == 0) { in hubd_get_hub_descriptor()3210 hub_descr->bNbrPorts, hub_descr->wHubCharacteristics, in hubd_get_hub_descriptor()3211 hub_descr->bPwrOn2PwrGood, hub_descr->bHubContrCurrent); in hubd_get_hub_descriptor()3213 if (hub_descr->bNbrPorts > MAX_PORTS) { in hubd_get_hub_descriptor()3217 MAX_PORTS, MAX_PORTS, hub_descr->bNbrPorts); in hubd_get_hub_descriptor()3219 hub_descr->bNbrPorts = MAX_PORTS; in hubd_get_hub_descriptor()[all …]