Symbol: PCI_POSSIBLE_ERROR
arch/sh/drivers/pci/common.c
67
if (PCI_POSSIBLE_ERROR(vid))
arch/x86/kernel/amd_node.c
119
if (PCI_POSSIBLE_ERROR(*value)) {
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1729
if (r || PCI_POSSIBLE_ERROR(status)) {
drivers/pci/controller/vmd.c
593
if (ret || PCI_POSSIBLE_ERROR(vmlock))
drivers/pci/hotplug/cpqphp_ctrl.c
2264
if (PCI_POSSIBLE_ERROR(ID)) {
drivers/pci/hotplug/cpqphp_ctrl.c
2508
if (!PCI_POSSIBLE_ERROR(ID)) { /* device present */
drivers/pci/hotplug/cpqphp_pci.c
247
if (!nobridge || PCI_POSSIBLE_ERROR(work))
drivers/pci/hotplug/pciehp_hpc.c
171
if (PCI_POSSIBLE_ERROR(slot_ctrl)) {
drivers/pci/hotplug/pciehp_hpc.c
242
if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status))
drivers/pci/hotplug/pciehp_hpc.c
445
if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(slot_status))
drivers/pci/hotplug/pciehp_hpc.c
655
if (PCI_POSSIBLE_ERROR(status)) {
drivers/pci/hotplug/pciehp_hpc.c
93
if (PCI_POSSIBLE_ERROR(slot_status)) {
drivers/pci/hotplug/pnv_php.c
402
if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status))
drivers/pci/pci.c
1146
if (PCI_POSSIBLE_ERROR(pmcsr)) {
drivers/pci/pci.c
1251
if (!PCI_POSSIBLE_ERROR(id))
drivers/pci/pci.c
1322
if (PCI_POSSIBLE_ERROR(pmcsr)) {
drivers/pci/pci.c
1490
if (PCI_POSSIBLE_ERROR(pmcsr)) {
drivers/pci/pci.c
4894
if (rc || PCI_POSSIBLE_ERROR(reg))
drivers/pci/pcie/dpc.c
390
if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || PCI_POSSIBLE_ERROR(status))
drivers/pci/pcie/dpc.c
86
if ((!PCI_POSSIBLE_ERROR(status)) && (status & PCI_EXP_DPC_STATUS_TRIGGER))
drivers/pci/pcie/pme.c
228
if (PCI_POSSIBLE_ERROR(rtsta))
drivers/pci/pcie/pme.c
279
if (PCI_POSSIBLE_ERROR(rtsta) || !(rtsta & PCI_EXP_RTSTA_PME)) {
drivers/pci/probe.c
1840
if (PCI_POSSIBLE_ERROR(status) || pci_ext_cfg_is_aliased(dev))
drivers/pci/probe.c
237
if (PCI_POSSIBLE_ERROR(sz))
drivers/pci/probe.c
244
if (PCI_POSSIBLE_ERROR(l))
drivers/pci/probe.c
2577
if (PCI_POSSIBLE_ERROR(*l) || *l == 0x00000000 ||
drivers/pci/quirks.c
5573
if ((ret != PCIBIOS_SUCCESSFUL) || (PCI_POSSIBLE_ERROR(status)))
drivers/platform/x86/p2sb.c
155
if (!PCI_POSSIBLE_ERROR(class) && class != PCI_CLASS_MEMORY_OTHER)
drivers/virtio/virtio_pci_common.c
631
if (PCI_POSSIBLE_ERROR(pmcsr)) {