OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_register_device
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/pci-host/
piix.c
193
d =
pci_register_device
(b, "i440FX", sizeof(PCIDevice), 0,
334
d =
pci_register_device
(bus, "PIIX3", sizeof(PCIDevice),
357
d =
pci_register_device
(bus, "PIIX4", sizeof(PCIDevice),
/external/qemu/include/hw/pci/
pci.h
163
PCIDevice *
pci_register_device
(PCIBus *bus, const char *name,
/external/qemu/hw/pci/
pci.c
273
PCIDevice *
pci_register_device
(PCIBus *bus, const char *name,
function
887
s = (PCIBridge *)
pci_register_device
(bus, name, sizeof(PCIBridge),
Completed in 132 milliseconds