Lines Matching refs:retval
144 int retval; in usb_hcd_cpe_ehci_probe_Port2() local
177 retval = -ENOMEM; in usb_hcd_cpe_ehci_probe_Port2()
194 retval = hcd_buffer_create (hcd); in usb_hcd_cpe_ehci_probe_Port2()
195 if (retval != 0) { in usb_hcd_cpe_ehci_probe_Port2()
201 if (driver->reset && (retval = driver->reset (hcd)) < 0) { in usb_hcd_cpe_ehci_probe_Port2()
209 retval = fLib_ReqInt (hcd->irq, usb_hcd_cpe_ehci_hcim_irq, hcd); in usb_hcd_cpe_ehci_probe_Port2()
210 if ( retval == FALSE ) in usb_hcd_cpe_ehci_probe_Port2()
213 retval = -EINVAL; in usb_hcd_cpe_ehci_probe_Port2()
231 if (retval != TRUE) { in usb_hcd_cpe_ehci_probe_Port2()
233 retval = -EBUSY; in usb_hcd_cpe_ehci_probe_Port2()
253 if ((retval = driver->start (hcd)) < 0) in usb_hcd_cpe_ehci_probe_Port2()
256 return retval; in usb_hcd_cpe_ehci_probe_Port2()
261 return retval; in usb_hcd_cpe_ehci_probe_Port2()
270 return retval; in usb_hcd_cpe_ehci_probe_Port2()