Lines Matching refs:pci_dev
24 struct pci_dev *pci) in hest_match_pci()
33 struct pci_dev *dev) in hest_match_type()
49 struct pci_dev *pci_dev; member
78 if (!info->pci_dev) { in aer_hest_parse()
85 if (hest_match_type(hest_hdr, info->pci_dev)) in aer_hest_parse()
88 if (hest_match_pci(p, info->pci_dev)) in aer_hest_parse()
94 static void aer_set_firmware_first(struct pci_dev *pci_dev) in aer_set_firmware_first() argument
98 .pci_dev = pci_dev, in aer_set_firmware_first()
105 pci_dev->__aer_firmware_first = 0; in aer_set_firmware_first()
107 pci_dev->__aer_firmware_first = info.firmware_first; in aer_set_firmware_first()
108 pci_dev->__aer_firmware_first_valid = 1; in aer_set_firmware_first()
111 int pcie_aer_get_firmware_first(struct pci_dev *dev) in pcie_aer_get_firmware_first()
130 .pci_dev = NULL, /* Check all PCIe devices */ in aer_acpi_firmware_first()