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

  /external/qemu/hw/pci/
pci.c 245 PCIConfigReadFunc *config_read,
262 if (!config_read)
263 config_read = pci_default_read_config;
266 pci_dev->config_read = config_read;
275 PCIConfigReadFunc *config_read,
282 config_read, config_write);
629 val = pci_dev->config_read(pci_dev, config_addr, len);
924 NULL, NULL);//FIXME:config_read, config_write);
  /external/qemu/include/hw/pci/
pci.h 152 PCIConfigReadFunc *config_read; member in struct:PCIDevice
165 PCIConfigReadFunc *config_read,

Completed in 71 milliseconds