Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.h40 typedef struct UHCIPort { struct
43 } UHCIPort; argument
62 UHCIPort ports[UHCI_PORTS];
H A Dhcd-uhci.c310 UHCIPort *port; in uhci_reset()
343 VMSTATE_UINT16(ctrl, UHCIPort),
368 vmstate_uhci_port, UHCIPort),
403 UHCIPort *port; in uhci_port_write()
455 UHCIPort *port; in uhci_port_write()
514 UHCIPort *port; in uhci_port_read()
553 UHCIPort *port = &s->ports[port1->index]; in uhci_attach()
571 UHCIPort *port = &s->ports[port1->index]; in uhci_detach()
599 UHCIPort *port = &s->ports[port1->index]; in uhci_wakeup()
613 UHCIPort *port = &s->ports[i]; in uhci_find_device()