Symbol: PCIBIOS_SET_FAILED
arch/powerpc/kernel/rtas_pci.c
110
return PCIBIOS_SET_FAILED;
arch/powerpc/kernel/rtas_pci.c
59
return PCIBIOS_SET_FAILED;
arch/powerpc/platforms/powernv/eeh-powernv.c
1238
return PCIBIOS_SET_FAILED;
arch/powerpc/platforms/powernv/eeh-powernv.c
1253
return PCIBIOS_SET_FAILED;
drivers/pci/controller/dwc/pcie-designware-host.c
784
return PCIBIOS_SET_FAILED;
drivers/pci/controller/dwc/pcie-designware-host.c
810
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pci-aardvark.c
1222
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pci-aardvark.c
1243
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pci-aardvark.c
1246
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pci-aardvark.c
1281
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pci-aardvark.c
1288
return ret < 0 ? PCIBIOS_SET_FAILED : PCIBIOS_SUCCESSFUL;
drivers/pci/controller/pcie-aspeed.c
366
ret = PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-aspeed.c
386
ret = PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-aspeed.c
393
ret = PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-aspeed.c
403
ret = PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-aspeed.c
526
ret = PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-aspeed.c
537
ret = PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-mediatek.c
284
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-mediatek.c
287
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-mediatek.c
311
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-rcar-host.c
107
"4: mov %0, #" __stringify(PCIBIOS_SET_FAILED) "\n" \
drivers/pci/controller/pcie-rcar-host.c
161
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-rzg3s-host.c
330
return PCIBIOS_SET_FAILED;
drivers/pci/controller/pcie-rzg3s-host.c
377
return PCIBIOS_SET_FAILED;
drivers/pci/xen-pcifront.c
97
return PCIBIOS_SET_FAILED;
drivers/xen/xen-pciback/conf_space.c
141
case PCIBIOS_SET_FAILED:
drivers/xen/xen-pciback/conf_space_capability.c
139
err = PCIBIOS_SET_FAILED;
drivers/xen/xen-pciback/conf_space_capability.c
236
return PCIBIOS_SET_FAILED;
drivers/xen/xen-pciback/conf_space_capability.c
251
return PCIBIOS_SET_FAILED;
drivers/xen/xen-pciback/conf_space_capability.c
73
return PCIBIOS_SET_FAILED;
include/linux/pci.h
859
case PCIBIOS_SET_FAILED: