Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.h41 typedef struct UHCIPort { struct
44 } UHCIPort; argument
66 UHCIPort ports[UHCI_PORTS];
H A Dhcd-uhci.c302 UHCIPort *port; in uhci_state_reset()
336 VMSTATE_UINT16(ctrl, UHCIPort),
360 vmstate_uhci_port, UHCIPort),
395 UHCIPort *port; in uhci_port_write()
451 UHCIPort *port; in uhci_port_write()
510 UHCIPort *port; in uhci_port_read()
550 UHCIPort *port = &s->ports[port1->index]; in uhci_attach()
568 UHCIPort *port = &s->ports[port1->index]; in uhci_detach()
596 UHCIPort *port = &s->ports[port1->index]; in uhci_wakeup()
610 UHCIPort *port = &s->ports[i]; in uhci_find_device()