Searched defs:PCIBus (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qemu/
H A Dtypedefs.h49 typedef struct PCIBus PCIBus; typedef in typeref:struct:PCIBus
/external/qemu/hw/pci/
H A Dpci.c33 struct PCIBus { struct
45 PCIBus *next;
58 static PCIBus *first_bus;
62 PCIBus *bus = (PCIBus *)opaque;
72 PCIBus *bus = (PCIBus *)opaque;
91 PCIBus *pci_register_bus(DeviceState *parent, const char *name,
95 PCIBus *bus;
98 bus = FROM_QBUS(PCIBus, qbus_creat
[all...]

Completed in 100 milliseconds