Home
last modified time | relevance | path

Searched refs:XHCIPciState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci-pci.c40 XHCIPciState *s = container_of(xhci, XHCIPciState, xhci); in xhci_pci_intr_update()
62 XHCIPciState *s = container_of(xhci, XHCIPciState, xhci); in xhci_pci_intr_raise()
86 XHCIPciState *s = XHCI_PCI(dev); in xhci_pci_reset()
93 XHCIPciState *s = XHCI_PCI(opaque); in xhci_pci_vmstate_post_load()
111 XHCIPciState *s = XHCI_PCI(dev); in usb_xhci_pci_realize()
169 XHCIPciState *s = XHCI_PCI(dev); in usb_xhci_pci_exit()
182 VMSTATE_PCI_DEVICE(parent_obj, XHCIPciState),
183 VMSTATE_MSIX(parent_obj, XHCIPciState),
191 XHCIPciState *s = XHCI_PCI(obj); in xhci_instance_init()
217 .instance_size = sizeof(XHCIPciState),
[all …]
H A Dhcd-xhci-pci.h33 OBJECT_CHECK(XHCIPciState, (obj), TYPE_XHCI_PCI)
36 typedef struct XHCIPciState { struct
43 } XHCIPciState; argument
H A Dhcd-xhci-nec.c34 XHCIPciState parent_obj;
42 DEFINE_PROP_ON_OFF_AUTO("msi", XHCIPciState, msi, ON_OFF_AUTO_AUTO),
43 DEFINE_PROP_ON_OFF_AUTO("msix", XHCIPciState, msix, ON_OFF_AUTO_AUTO),
55 XHCIPciState *pci = XHCI_PCI(obj); in nec_xhci_instance_init()