Lines Matching refs:res
108 int res = 0; in mv64x60_pci_err_probe() local
137 res = -ENOENT; in mv64x60_pci_err_probe()
147 res = -EBUSY; in mv64x60_pci_err_probe()
156 res = -ENOMEM; in mv64x60_pci_err_probe()
160 res = mv64x60_pci_fixup(pdev); in mv64x60_pci_err_probe()
161 if (res < 0) { in mv64x60_pci_err_probe()
178 res = devm_request_irq(&pdev->dev, in mv64x60_pci_err_probe()
184 if (res < 0) { in mv64x60_pci_err_probe()
187 res = -ENODEV; in mv64x60_pci_err_probe()
206 return res; in mv64x60_pci_err_probe()
279 int res = 0; in mv64x60_sram_err_probe() local
303 res = -ENOENT; in mv64x60_sram_err_probe()
313 res = -EBUSY; in mv64x60_sram_err_probe()
323 res = -ENOMEM; in mv64x60_sram_err_probe()
345 res = devm_request_irq(&pdev->dev, in mv64x60_sram_err_probe()
351 if (res < 0) { in mv64x60_sram_err_probe()
355 res = -ENODEV; in mv64x60_sram_err_probe()
375 return res; in mv64x60_sram_err_probe()
447 int res = 0; in mv64x60_cpu_err_probe() local
471 res = -ENOENT; in mv64x60_cpu_err_probe()
481 res = -EBUSY; in mv64x60_cpu_err_probe()
490 res = -ENOMEM; in mv64x60_cpu_err_probe()
498 res = -ENOENT; in mv64x60_cpu_err_probe()
508 res = -EBUSY; in mv64x60_cpu_err_probe()
517 res = -ENOMEM; in mv64x60_cpu_err_probe()
540 res = devm_request_irq(&pdev->dev, in mv64x60_cpu_err_probe()
546 if (res < 0) { in mv64x60_cpu_err_probe()
550 res = -ENODEV; in mv64x60_cpu_err_probe()
570 return res; in mv64x60_cpu_err_probe()
707 int res = 0; in mv64x60_mc_err_probe() local
738 res = -ENOENT; in mv64x60_mc_err_probe()
748 res = -EBUSY; in mv64x60_mc_err_probe()
757 res = -ENOMEM; in mv64x60_mc_err_probe()
765 res = -ENODEV; in mv64x60_mc_err_probe()
792 res = edac_mc_add_mc(mci); in mv64x60_mc_err_probe()
793 if (res) { in mv64x60_mc_err_probe()
801 res = devm_request_irq(&pdev->dev, in mv64x60_mc_err_probe()
807 if (res < 0) { in mv64x60_mc_err_probe()
810 res = -ENODEV; in mv64x60_mc_err_probe()
828 return res; in mv64x60_mc_err_probe()