Lines Matching refs:wHubCharacteristics
613 u16 wHubCharacteristics = in hub_power_on() local
614 le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_power_on()
622 if ((wHubCharacteristics & HUB_CHAR_LPSM) < 2) in hub_power_on()
1080 u16 wHubCharacteristics; in hub_configure() local
1130 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure()
1133 if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && in hub_configure()
1147 switch (wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
1160 switch (wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
1203 switch (wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure()
1233 if (wHubCharacteristics & HUB_CHAR_PORTIND) { in hub_configure()
1305 if ((wHubCharacteristics & HUB_CHAR_OCPM) == 0) in hub_configure()
1943 u16 wHubCharacteristics; in set_usb_port_removable() local
1951 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in set_usb_port_removable()
1953 if (!(wHubCharacteristics & HUB_CHAR_COMPOUND)) in set_usb_port_removable()
3439 unsigned wHubCharacteristics = in hub_port_connect_change() local
3440 le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_port_connect_change()
3520 if ((wHubCharacteristics & HUB_CHAR_LPSM) < 2 in hub_port_connect_change()