Home
last modified time | relevance | path

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

/external/qemu/hw/i386/
Dpc.c1246 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/
Dpci.h271 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
/external/qemu/hw/pci/
Dpci.c943 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name) in pci_create_simple() function