Lines Matching defs:probe
4803 * @probe: if true, return 0 if device can be reset this way
4807 int pcie_reset_flr(struct pci_dev *dev, bool probe)
4815 if (probe)
4822 static int pci_af_flr(struct pci_dev *dev, bool probe)
4838 if (probe)
4869 * @probe: if true, return 0 if the device can be reset this way.
4881 static int pci_pm_reset(struct pci_dev *dev, bool probe)
4892 if (probe)
5219 static int pci_parent_bus_reset(struct pci_dev *dev, bool probe)
5231 if (probe)
5237 static int pci_reset_hotplug_slot(struct hotplug_slot *hotplug, bool probe)
5245 rc = hotplug->ops->reset_slot(hotplug, probe);
5252 static int pci_dev_reset_slot_function(struct pci_dev *dev, bool probe)
5258 return pci_reset_hotplug_slot(dev->slot->hotplug, probe);
5261 static int pci_reset_bus_function(struct pci_dev *dev, bool probe)
5265 rc = pci_dev_reset_slot_function(dev, probe);
5268 return pci_parent_bus_reset(dev, probe);
5273 /* block PM suspend, driver probe, etc. */
5868 static int pci_slot_reset(struct pci_slot *slot, bool probe)
5875 if (!probe)
5880 rc = pci_reset_hotplug_slot(slot->hotplug, probe);
5882 if (!probe)
5889 * pci_probe_reset_slot - probe whether a PCI slot can be reset
5890 * @slot: PCI slot to probe
5935 static int pci_bus_reset(struct pci_bus *bus, bool probe)
5942 if (probe)
5992 * pci_probe_reset_bus - probe whether a PCI bus can be reset
5993 * @bus: PCI bus to probe