Lines Matching defs:probe
3897 static int reset_intel_82599_sfp_virtfn(struct pci_dev *dev, bool probe)
3907 if (!probe)
3919 static int reset_ivb_igd(struct pci_dev *dev, bool probe)
3925 if (probe)
3962 static int reset_chelsio_generic_dev(struct pci_dev *dev, bool probe)
3975 * If this is the "probe" phase, return 0 indicating that we can
3978 if (probe)
4040 static int nvme_disable_and_flr(struct pci_dev *dev, bool probe)
4050 if (probe)
4115 static int delay_250ms_after_flr(struct pci_dev *dev, bool probe)
4117 if (probe)
4135 static int reset_hinic_vf_dev(struct pci_dev *pdev, bool probe)
4141 if (probe)
4213 int pci_dev_specific_reset(struct pci_dev *dev, bool probe)
4222 return i->reset(dev, probe);