Searched refs:pci_create_simple (Results 1 – 3 of 3) sorted by relevance
/external/qemu/hw/i386/ |
D | pc.c | 1246 pci_create_simple(pci_bus, -1, "lsi53c895a"); 1256 pci_create_simple(pci_bus, -1, "virtio-blk-pci"); 1263 pci_create_simple(pci_bus, -1, "virtio-balloon-pci"); 1270 pci_create_simple(pci_bus, -1, "virtio-console-pci");
|
/external/qemu/include/hw/pci/ |
D | pci.h | 271 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
|
/external/qemu/hw/pci/ |
D | pci.c | 943 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name) in pci_create_simple() function
|