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.c311 UHCIPort *port; in uhci_reset()
344 VMSTATE_UINT16(ctrl, UHCIPort),
369 vmstate_uhci_port, UHCIPort),
404 UHCIPort *port; in uhci_port_write()
460 UHCIPort *port; in uhci_port_write()
519 UHCIPort *port; in uhci_port_read()
559 UHCIPort *port = &s->ports[port1->index]; in uhci_attach()
577 UHCIPort *port = &s->ports[port1->index]; in uhci_detach()
605 UHCIPort *port = &s->ports[port1->index]; in uhci_wakeup()
619 UHCIPort *port = &s->ports[i]; in uhci_find_device()