Home | History | Annotate | Download | only in qemu

Lines Matching defs:hub

1449 /* ??? Maybe change this to register a hub to keep track of the topology.  */
1467 USBDevice *hub = usb_hub_init(VM_USB_HUB_SIZE);
1469 usb_attach(port, hub);
1472 USBDevice *hub;
1474 /* Create a new hub and chain it on. */
1479 hub = usb_hub_init(VM_USB_HUB_SIZE);
1480 usb_attach(port, hub);