Home
last modified time | relevance | path

Searched refs:pci_probe_reset_bus (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci.c1113 else if (pci_probe_reset_bus(vdev->pdev->bus)) in vfio_pci_ioctl()
1186 else if (pci_probe_reset_bus(vdev->pdev->bus)) in vfio_pci_ioctl()
2361 else if (pci_probe_reset_bus(vdev->pdev->bus)) in vfio_pci_try_bus_reset()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci_core.c1277 else if (pci_probe_reset_bus(vdev->pdev->bus)) in vfio_pci_ioctl_get_pci_hot_reset_info()
1405 else if (pci_probe_reset_bus(vdev->pdev->bus)) in vfio_pci_ioctl_pci_hot_reset()
2428 if (pci_probe_reset_slot(pdev->slot) && pci_probe_reset_bus(pdev->bus)) in vfio_pci_dev_set_resettable()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c5574 * pci_probe_reset_bus - probe whether a PCI bus can be reset
5579 int pci_probe_reset_bus(struct pci_bus *bus) in pci_probe_reset_bus() function
5583 EXPORT_SYMBOL_GPL(pci_probe_reset_bus); variable
/kernel/linux/linux-5.10/include/linux/
H A Dpci.h1226 int pci_probe_reset_bus(struct pci_bus *bus);
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c5992 * pci_probe_reset_bus - probe whether a PCI bus can be reset
5997 int pci_probe_reset_bus(struct pci_bus *bus) in pci_probe_reset_bus() function
6001 EXPORT_SYMBOL_GPL(pci_probe_reset_bus); variable
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h1349 int pci_probe_reset_bus(struct pci_bus *bus);

Completed in 33 milliseconds