Home
last modified time | relevance | path

Searched refs:bNbrPorts (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c1502 for (i = 0; i < hub->descriptor.bNbrPorts; i++) in hub_power_on()
1853 } else if (hub->descriptor.bNbrPorts > USB_MAXCHILDREN) { in hub_configure()
1860 dev->maxchild = hub->descriptor.bNbrPorts; in hub_configure()
3538 for (i = 0; i < hub->descriptor.bNbrPorts; i++) { in hub_reset()
6423 for (i = 0; i < hub->descriptor.bNbrPorts; i++) { in hub_events()
9170 for (i = 0; i < hub->descriptor.bNbrPorts; i++) { in hub_events_EX()
H A DdrvHUB.h172 unsigned char bNbrPorts; member
H A DdrvHub_2.c258 for (i = 0; i < hub->descriptor.bNbrPorts; i++) { in hub_events_Port2()
H A DdrvEhciHcd.c1138 desc->bNbrPorts = ports; in ehci_hub_descriptor()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c210 for (i = 0; i < hub->descriptor.bNbrPorts; i++) in ms_hub_power_on()
285 else if (hub->descriptor.bNbrPorts > USB_MAXCHILDREN) in ms_hub_configure()
293 ms_dev->u32MaxChild = hub->descriptor.bNbrPorts; in ms_hub_configure()
577 for (i = 0; i < hub->descriptor.bNbrPorts; i++) in ms_hub_reset()
1323 for (i = 0; i < hub->descriptor.bNbrPorts; i++) in ms_hub_events()
H A DdrvHub.h151 MS_U8 bNbrPorts; member
H A DdrvEhciHcd.c407 pDesc->bNbrPorts = iPorts; in ms_get_roothub_desc()