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

  /external/qemu/
qemu-common.h 180 typedef struct PCIDevice PCIDevice;
  /external/qemu/hw/
pci.h 73 typedef void PCIConfigWriteFunc(PCIDevice *pci_dev,
75 typedef uint32_t PCIConfigReadFunc(PCIDevice *pci_dev,
77 typedef void PCIMapIORegionFunc(PCIDevice *pci_dev, int region_num,
79 typedef int PCIUnregisterFunc(PCIDevice *pci_dev);
140 struct PCIDevice {
163 PCIDevice *pci_register_device(PCIBus *bus, const char *name,
167 int pci_unregister_device(PCIDevice *pci_dev);
169 void pci_register_bar(PCIDevice *pci_dev, int region_num,
173 uint32_t pci_default_read_config(PCIDevice *d,
175 void pci_default_write_config(PCIDevice *d
    [all...]

Completed in 238 milliseconds