Lines Matching defs:probe
4614 static int pci_af_flr(struct pci_dev *dev, int probe)
4630 if (probe)
4661 * @probe: If set, only check if the device can be reset this way.
4673 static int pci_pm_reset(struct pci_dev *dev, int probe)
4684 if (probe)
4932 static int pci_parent_bus_reset(struct pci_dev *dev, int probe)
4944 if (probe)
4950 static int pci_reset_hotplug_slot(struct hotplug_slot *hotplug, int probe)
4958 rc = hotplug->ops->reset_slot(hotplug, probe);
4965 static int pci_dev_reset_slot_function(struct pci_dev *dev, int probe)
4971 return pci_reset_hotplug_slot(dev->slot->hotplug, probe);
4976 /* block PM suspend, driver probe, etc. */
5450 static int pci_slot_reset(struct pci_slot *slot, int probe)
5457 if (!probe)
5462 rc = pci_reset_hotplug_slot(slot->hotplug, probe);
5464 if (!probe)
5471 * pci_probe_reset_slot - probe whether a PCI slot can be reset
5472 * @slot: PCI slot to probe
5517 static int pci_bus_reset(struct pci_bus *bus, int probe)
5524 if (probe)
5574 * pci_probe_reset_bus - probe whether a PCI bus can be reset
5575 * @bus: PCI bus to probe