Searched refs:portstr (Results 1 – 2 of 2) sorted by relevance
301 char portstr [USB_MAXCHILDREN + 1]; in ms_hub_configure() local304 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()
1938 char portstr [USB_MAXCHILDREN + 1]; in hub_configure() local1941 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()