Searched refs:hub (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dvl-android.c1445 /* ??? Maybe change this to register a hub to keep track of the topology. */
1463 USBDevice *hub; local
1465 /* Create a new hub and chain it on. */
1470 hub = usb_hub_init(VM_USB_HUB_SIZE);
1471 usb_attach(port, hub);
H A Dvl.c1250 /* ??? Maybe change this to register a hub to keep track of the topology. */
1268 USBDevice *hub; local
1270 /* Create a new hub and chain it on. */
1275 hub = usb_hub_init(VM_USB_HUB_SIZE);
1276 usb_attach(port, hub);

Completed in 324 milliseconds