Lines Matching defs:pass
362 * DECchip 21050 pass 2 errata: the bridge may miss an address
1239 * @pass: Either %0 (scan already configured bridges) or %1 (scan bridges
1255 int pass)
1278 pci_dbg(dev, "scanning [bus %02x-%02x] behind bridge, pass %d\n",
1279 secondary, subordinate, pass);
1287 if (!pass &&
1311 * first pass and just note the configuration.
1313 if (pass)
1345 * do in the second pass.
1347 if (!pass) {
1354 * conflicts in the second pass between two
1485 * @pass: Either %0 (scan already configured bridges) or %1 (scan bridges
1499 int pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass)
1501 return pci_scan_bridge_extend(bus, dev, max, 0, pass);