Home
last modified time | relevance | path

Searched refs:wHubCharacteristics (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c296 hub->descriptor.wHubCharacteristics = hub->descriptor.wHubCharacteristics; in ms_hub_configure()
298 if (hub->descriptor.wHubCharacteristics & HUB_CHAR_COMPOUND) in ms_hub_configure()
312 switch (hub->descriptor.wHubCharacteristics & HUB_CHAR_LPSM) in ms_hub_configure()
326 switch (hub->descriptor.wHubCharacteristics & HUB_CHAR_OCPM) in ms_hub_configure()
361 switch (hub->descriptor.wHubCharacteristics & HUB_CHAR_TTTT) in ms_hub_configure()
384 …ms_usbhost_debug("Port LEDs are %s supported\n",(hub->descriptor.wHubCharacteristics & HUB_CHAR_PO… in ms_hub_configure()
H A DdrvHub.h152 MS_U16 wHubCharacteristics; member
H A DdrvEhciHcd.c420 pDesc->wHubCharacteristics = u16Temp; in ms_get_roothub_desc()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c1934 hub->descriptor.wHubCharacteristics = LE16ToCPU(hub->descriptor.wHubCharacteristics); in hub_configure()
1936 if (hub->descriptor.wHubCharacteristics & HUB_CHAR_COMPOUND) { in hub_configure()
1990 switch (hub->descriptor.wHubCharacteristics & HUB_CHAR_LPSM) { in hub_configure()
2069 switch (hub->descriptor.wHubCharacteristics & HUB_CHAR_OCPM) { in hub_configure()
2246 switch (hub->descriptor.wHubCharacteristics & HUB_CHAR_TTTT) { in hub_configure()
2263 (hub->descriptor.wHubCharacteristics & HUB_CHAR_PORTIND) in hub_configure()
H A DdrvHUB.h173 U16 wHubCharacteristics; member
H A DdrvEhciHcd.c1199 desc->wHubCharacteristics = CPUToLE16(temp); in ehci_hub_descriptor()