HomeSort by relevance Sort by last modified time
    Searched defs:PCIBus (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
pci.c 32 struct PCIBus {
44 PCIBus *next;
57 static PCIBus *first_bus;
61 PCIBus *bus = (PCIBus *)opaque;
71 PCIBus *bus = (PCIBus *)opaque;
90 PCIBus *pci_register_bus(DeviceState *parent, const char *name,
94 PCIBus *bus;
97 bus = FROM_QBUS(PCIBus, qbus_create(BUS_TYPE_PCI
    [all...]
  /external/qemu/
qemu-common.h 275 typedef struct PCIBus PCIBus;

Completed in 73 milliseconds