Searched refs:pci_reset_function (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.c602 pci_reset_function(pdev);
/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c764 rv = pci_reset_function(pdev);
/linux-master/drivers/misc/genwqe/
H A Dcard_base.c189 * pci_reset_function() will recover the device and ensure that the
212 * restored by the pci_reset_function().
215 rc = pci_reset_function(pci_dev);
/linux-master/drivers/bus/mhi/host/
H A Dpci_generic.c916 if (pci_reset_function(pdev))
/linux-master/drivers/pci/
H A Dpci-sysfs.c1360 result = pci_reset_function(pdev);
H A Dpci.c5316 * pci_reset_function - quiesce and reset a PCI device function
5331 int pci_reset_function(struct pci_dev *dev) function
5360 EXPORT_SYMBOL_GPL(pci_reset_function); variable
5373 * over the reset. It also differs from pci_reset_function() in that it
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c1871 rc = pci_reset_function(efx->pci_dev);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c631 err = pci_reset_function(dev->pdev);
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c1919 rc = pci_reset_function(efx->pci_dev);
/linux-master/include/linux/
H A Dpci.h1373 int pci_reset_function(struct pci_dev *dev);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1413 return pci_reset_function(adev->pdev);

Completed in 222 milliseconds