Searched refs:quirk_cmd_compl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 1066 static void quirk_cmd_compl(struct pci_dev *pdev) in quirk_cmd_compl() function 1078 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1080 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1082 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1084 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1086 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1088 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
|