Searched refs:hub (Results 1 – 4 of 4) sorted by relevance
| /tools/usb/usbip/libsrc/ |
| A D | vhci_driver.c | 56 char hub[3]; in parse_status() local 59 hub, &port, &status, &speed, in parse_status() 68 hub, port, status, speed, devid); in parse_status() 75 if (strncmp("hs", hub, 2) == 0) in parse_status() 76 idev->hub = HUB_SPEED_HIGH; in parse_status() 78 idev->hub = HUB_SPEED_SUPER; in parse_status() 341 if (vhci_driver->idev[i].hub != HUB_SPEED_SUPER) in usbip_vhci_get_free_port() 345 if (vhci_driver->idev[i].hub != HUB_SPEED_HIGH) in usbip_vhci_get_free_port()
|
| A D | vhci_driver.h | 23 enum hub_speed hub; member
|
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 29 # follows the format \d(.\d)* and denotes the port in the hub at each level in
|
| /tools/usb/usbip/ |
| A D | README | 167 remember you can not export a USB hub.
|
Completed in 6 milliseconds