OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_qdev_initfn
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
pci.h
220
typedef void (*
pci_qdev_initfn
)(PCIDevice *dev);
typedef
221
void pci_qdev_register(const char *name, int size,
pci_qdev_initfn
init);
pci.c
904
pci_qdev_initfn
init;
922
void pci_qdev_register(const char *name, int size,
pci_qdev_initfn
init)
Completed in 16 milliseconds