Home | History | Annotate | Download | only in qemu

Lines Matching defs:hub

1250 /* ??? Maybe change this to register a hub to keep track of the topology.  */
1268 USBDevice *hub;
1270 /* Create a new hub
1275 hub = usb_hub_init(VM_USB_HUB_SIZE);
1276 usb_attach(port, hub);