Searched refs:wHubCharacteristics (Results 1 – 5 of 5) sorted by relevance
161 root_hub_descr->wHubCharacteristics = in ohci_init_root_hub()166 wHubCharacteristics = HUB_CHARS_GANGED_POWER; in ohci_init_root_hub()174 wHubCharacteristics = HUB_CHARS_NO_POWER_SWITCHING; in ohci_init_root_hub()186 wHubCharacteristics |= HUB_CHARS_NO_OVER_CURRENT; in ohci_init_root_hub()196 wHubCharacteristics |= HUB_CHARS_INDIV_OVER_CURRENT; in ohci_init_root_hub()738 if ((hub_descr->wHubCharacteristics & in ohci_handle_port_power()764 if ((hub_descr->wHubCharacteristics & in ohci_handle_port_power()1186 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00FF; in ohci_handle_get_hub_descriptor()1187 raw_descr[4] = (root_hub_descr->wHubCharacteristics & 0xFF00) >> 8; in ohci_handle_get_hub_descriptor()
46 uint16_t wHubCharacteristics; /* hub characteristics */ member
169 root_hub_descr-> wHubCharacteristics = in ehci_init_root_hub()173 root_hub_descr->wHubCharacteristics |= in ehci_init_root_hub()181 wHubCharacteristics = HUB_CHARS_NO_POWER_SWITCHING; in ehci_init_root_hub()184 root_hub_descr->wHubCharacteristics |= in ehci_init_root_hub()192 root_hub_descr->wHubCharacteristics |= HUB_CHARS_PORT_INDICATOR; in ehci_init_root_hub()1331 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00FF; in ehci_handle_get_hub_descriptor()1332 raw_descr[4] = (root_hub_descr->wHubCharacteristics & 0xFF00) >> 8; in ehci_handle_get_hub_descriptor()
175 root_hub_descr->wHubCharacteristics = in uhci_init_root_hub()649 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00ff; in uhci_handle_get_hub_descriptor()650 raw_descr[4] = (root_hub_descr->wHubCharacteristics & 0xff00) >> 8; in uhci_handle_get_hub_descriptor()
3210 hub_descr->bNbrPorts, hub_descr->wHubCharacteristics, in hubd_get_hub_descriptor()5236 if ((hub_descr->wHubCharacteristics & in hubd_enable_all_port_power()8210 if ((hub_descr->wHubCharacteristics & in hubd_toggle_port()