Lines Matching refs:retval
212 int retval; in xhci_pci_setup() local
218 retval = xhci_gen_setup(hcd, xhci_pci_quirks); in xhci_pci_setup()
219 if (retval) in xhci_pci_setup()
220 return retval; in xhci_pci_setup()
228 retval = xhci_pci_reinit(xhci, pdev); in xhci_pci_setup()
229 if (!retval) in xhci_pci_setup()
230 return retval; in xhci_pci_setup()
232 return retval; in xhci_pci_setup()
241 int retval; in xhci_pci_probe() local
257 retval = usb_hcd_pci_probe(dev, id); in xhci_pci_probe()
259 if (retval) in xhci_pci_probe()
268 retval = -ENOMEM; in xhci_pci_probe()
272 retval = usb_add_hcd(xhci->shared_hcd, dev->irq, in xhci_pci_probe()
274 if (retval) in xhci_pci_probe()
296 return retval; in xhci_pci_probe()
392 int retval = 0; in xhci_pci_resume() local
418 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
419 return retval; in xhci_pci_resume()