Home | History | Annotate | Download | only in hw

Lines Matching refs:port1

330 static void ohci_attach(USBPort *port1, USBDevice *dev)
332 OHCIState *s = port1->opaque;
333 OHCIPort *port = &s->rhport[port1->index];
338 usb_attach(port1, NULL);
356 dprintf("usb-ohci: Attached port %d\n", port1->index);
374 dprintf("usb-ohci: Detached port %d\n", port1->index);