Searched refs:OHCIPCIState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci-pci.c | 35 OBJECT_DECLARE_SIMPLE_TYPE(OHCIPCIState, PCI_OHCI) 37 struct OHCIPCIState { struct 54 OHCIPCIState *dev = container_of(ohci, OHCIPCIState, state); in ohci_pci_die() argument 65 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_realize_pci() 84 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_exit() 106 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_reset_pci() 113 DEFINE_PROP_STRING("masterbus", OHCIPCIState, masterbus), 114 DEFINE_PROP_UINT32("num-ports", OHCIPCIState, num_ports, 3), 115 DEFINE_PROP_UINT32("firstport", OHCIPCIState, firstport, 0), 124 VMSTATE_PCI_DEVICE(parent_obj, OHCIPCIState), [all …]
|