Lines Matching refs:USBPort
319 static void usb_fill_port(USBPort *port, void *opaque, int index, in usb_fill_port()
329 void usb_register_port(USBBus *bus, USBPort *port, void *opaque, int index, in usb_register_port()
337 void usb_register_companion(const char *masterbus, USBPort *ports[], in usb_register_companion()
369 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr) in usb_port_location()
383 void usb_unregister_port(USBBus *bus, USBPort *port) in usb_unregister_port()
395 USBPort *port; in usb_claim_port()
441 USBPort *port = dev->port; in usb_release_port()
485 USBPort *port = dev->port; in usb_check_attach()
507 USBPort *port = dev->port; in usb_device_attach()
523 USBPort *port = dev->port; in usb_device_detach()
605 USBPort *port; in qmp_x_query_usb()