Searched refs:pci_root_ops (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-x86_64.h38 extern struct pci_ops *pci_root_ops;
H A Dpci-pc.c32 struct pci_ops *pci_root_ops; variable in typeref:struct:pci_ops
318 bus.ops = pci_root_ops;
325 pci_scan_bus(n, pci_root_ops, NULL);
351 pci_scan_bus(n, pci_root_ops, NULL);
399 pci_root_ops = dir;
406 pci_root_bus = pci_scan_bus(0, pci_root_ops, NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dpci-i386.h38 extern struct pci_ops *pci_root_ops;
H A Dpci-pc.c26 struct pci_ops *pci_root_ops = NULL; variable in typeref:struct:pci_ops
1128 bus.ops = pci_root_ops;
1135 pci_scan_bus(n, pci_root_ops, NULL);
1163 pci_scan_bus(QUADLOCAL2BUS(quad,busno), pci_root_ops, NULL); /* Bus A */ local
1165 pci_scan_bus(QUADLOCAL2BUS(quad,suba+1), pci_root_ops, NULL); /* Bus B */
1179 pci_scan_bus(busno, pci_root_ops, NULL);
1371 && ((pci_root_ops = pci_find_bios()))) {
1382 pci_root_ops = tmp;
1383 if (pci_root_ops == &pci_direct_conf1) {
1401 if (!pci_root_ops)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dpci-sh7751.c35 struct pci_ops *pci_root_ops; variable in typeref:struct:pci_ops
269 bus.ops = pci_root_ops;
276 pci_scan_bus(n, pci_root_ops, NULL);
356 pci_root_ops = dir;
363 pci_root_ops = bios;
370 pci_root_bus = pci_scan_bus(0, pci_root_ops, NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dpci.c48 struct pci_ops *pci_root_ops; variable in typeref:struct:pci_ops
231 return scan_root_bus(bus, pci_root_ops, controller);
237 if (pci_root_ops)
242 pci_root_ops = &pci_sal_ops;
268 pci_scan_bus(i, pci_root_ops, controller);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/zx1/
H A Dhpzx1_misc.c238 extern struct pci_ops *pci_root_ops;
240 orig_pci_ops = pci_root_ops;

Completed in 114 milliseconds