Lines Matching refs:retval
205 int retval; in xhci_pci_setup() local
207 retval = xhci_gen_setup(hcd, xhci_pci_quirks); in xhci_pci_setup()
208 if (retval) in xhci_pci_setup()
209 return retval; in xhci_pci_setup()
219 retval = xhci_pci_reinit(xhci, pdev); in xhci_pci_setup()
220 if (!retval) in xhci_pci_setup()
221 return retval; in xhci_pci_setup()
224 return retval; in xhci_pci_setup()
233 int retval; in xhci_pci_probe() local
249 retval = usb_hcd_pci_probe(dev, id); in xhci_pci_probe()
251 if (retval) in xhci_pci_probe()
260 retval = -ENOMEM; in xhci_pci_probe()
269 retval = usb_add_hcd(xhci->shared_hcd, dev->irq, in xhci_pci_probe()
271 if (retval) in xhci_pci_probe()
293 return retval; in xhci_pci_probe()
400 int retval = 0; in xhci_pci_resume() local
429 retval = xhci_resume(xhci, hibernated); in xhci_pci_resume()
430 return retval; in xhci_pci_resume()