OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_pci
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
arch_init.c
473
int (*
init_pci
) (PCIBus *bus);
member in union:soundhw::__anon24784
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
...]
Completed in 51 milliseconds