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

/linux-master/drivers/pci/
H A Dpci.c5100 static const struct pci_reset_fn_method pci_reset_fn_methods[] = { variable in typeref:struct:pci_reset_fn_method
5124 pci_reset_fn_methods[m].name);
5138 if (sysfs_streq(name, pci_reset_fn_methods[m].name))
5182 if (pci_reset_fn_methods[m].reset_fn(pdev, PCI_RESET_PROBE)) {
5198 if (pci_reset_fn_methods[1].reset_fn(pdev, PCI_RESET_PROBE) == 0 &&
5272 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_DO_RESET);
5299 BUILD_BUG_ON(ARRAY_SIZE(pci_reset_fn_methods) != PCI_NUM_RESET_METHODS);
5305 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_PROBE);

Completed in 113 milliseconds