Home
last modified time | relevance | path

Searched refs:companion_ports (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-ehci.c701 USBPort *companion = s->companion_ports[port->index]; in ehci_attach()
722 USBPort *companion = s->companion_ports[port->index]; in ehci_detach()
748 USBPort *companion = s->companion_ports[port->index]; in ehci_child_detach()
763 USBPort *companion = s->companion_ports[port->index]; in ehci_wakeup()
793 if (s->companion_ports[firstport + i]) { in ehci_register_companion()
803 s->companion_ports[firstport + i] = ports[i]; in ehci_register_companion()
881 if (s->companion_ports[i]) { in ehci_reset()
945 if (s->companion_ports[port] == NULL) in handle_port_owner_write()
1244 USBPort *companion = s->companion_ports[port->index]; in ehci_async_complete_packet()
2432 USBPort *companion = s->companion_ports[i]; in usb_ehci_post_load()
H A Dhcd-ehci.h302 USBPort *companion_ports[EHCI_PORTS]; member