Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dpci.c5331 static const struct pci_reset_fn_method pci_reset_fn_methods[] = { variable
5354 pci_reset_fn_methods[m].name); in reset_method_show()
5368 if (sysfs_streq(name, pci_reset_fn_methods[m].name)) in reset_method_lookup()
5412 if (pci_reset_fn_methods[m].reset_fn(pdev, PCI_RESET_PROBE)) { in reset_method_store()
5428 if (pci_reset_fn_methods[1].reset_fn(pdev, PCI_RESET_PROBE) == 0 && in reset_method_store()
5502 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_DO_RESET); in __pci_reset_function_locked()
5529 BUILD_BUG_ON(ARRAY_SIZE(pci_reset_fn_methods) != PCI_NUM_RESET_METHODS); in pci_init_reset_methods()
5535 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_PROBE); in pci_init_reset_methods()