Lines Matching refs:retval
595 int retval;
604 retval = xhci_gen_setup(hcd, xhci_pci_quirks);
605 if (retval)
606 return retval;
636 int retval;
644 retval = renesas_xhci_check_request_fw(dev, id);
645 if (retval)
646 return retval;
663 retval = usb_hcd_pci_probe(dev, &xhci_pci_hc_driver);
665 if (retval)
675 retval = -ENOMEM;
679 retval = xhci_ext_cap_init(xhci);
680 if (retval)
683 retval = usb_add_hcd(xhci->shared_hcd, dev->irq,
685 if (retval)
711 return retval;
845 int retval = 0;
876 retval = xhci_resume(xhci, msg);
877 return retval;