OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_find_bus
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
pci.h
192
PCIBus *
pci_find_bus
(int bus_num);
pci.c
205
if (dom != 0 ||
pci_find_bus
(bus) == NULL)
856
PCIBus *
pci_find_bus
(int bus_num)
function
868
PCIBus *bus =
pci_find_bus
(bus_num);
/external/kernel-headers/original/linux/
pci.h
414
extern struct pci_bus *
pci_find_bus
(int domain, int busnr);
Completed in 348 milliseconds