Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h123 typedef struct XHCIPort { struct
131 } XHCIPort; argument
209 XHCIPort ports[XHCI_MAXPORTS];
H A Dhcd-xhci.c2598 static bool xhci_port_have_device(XHCIPort *port) in xhci_port_have_device()
2609 static void xhci_port_notify(XHCIPort *port, uint32_t bits) in xhci_port_notify()
2802 XHCIPort *port = ptr; in xhci_port_read()
2826 XHCIPort *port = ptr; in xhci_port_write()
3209 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_attach()
3217 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_detach()
3226 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_wakeup()
3317 XHCIPort *port; in usb_xhci_init()
3407 XHCIPort *port = &xhci->ports[i]; in usb_xhci_realize()
3438 XHCIPort *port = &xhci->ports[i]; in usb_xhci_unrealize()
[all …]