Searched refs:quirk_cmd_compl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 1101 static void quirk_cmd_compl(struct pci_dev *pdev) in quirk_cmd_compl() function 1113 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1115 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1117 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1119 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1121 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1123 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
|