HomeSort by relevance Sort by last modified time
    Searched refs:init_pci (Results 1 - 3 of 3) sorted by null

  /external/qemu/
arch_init.c 473 int (*init_pci) (PCIBus *bus); member in union:soundhw::__anon9306
539 { .init_pci = ac97_init }
549 { .init_pci = es1370_init }
559 { .init_pci = intel_hda_and_codec_init }
639 c->init.init_pci(pci_bus);
  /external/libpcap/
pcap-dos.c 800 static int init_pci = 0; local
805 if (!init_pci)
807 init_pci = 1;
    [all...]
  /external/qemu/hw/
pc.c 803 c->init.init_pci(pci_bus);
    [all...]

Completed in 179 milliseconds