Home
last modified time | relevance | path

Searched refs:portstr (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c301 char portstr [USB_MAXCHILDREN + 1]; in ms_hub_configure() local
304 portstr[i] = hub->descriptor.DeviceRemovable[((i + 1) / 8)] & (1 << ((i + 1) % 8)) in ms_hub_configure()
306 portstr[ms_dev->u32MaxChild] = 0; in ms_hub_configure()
307 ms_usbhost_msg("compound device; port removable status: %s\n", portstr); in ms_hub_configure()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c1938 char portstr [USB_MAXCHILDREN + 1]; in hub_configure() local
1941 portstr[i] = hub->descriptor.DeviceRemovable in hub_configure()
1944 portstr[dev->maxchild] = 0; in hub_configure()
1945 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure()