Lines Matching refs:retval

681       int    ports, i, retval = 1;  in ehci_hub_status_data()  local
689 retval++; in ehci_hub_status_data()
977 return status ? retval : 0; in ehci_hub_status_data()
1264 int retval = 0; in ehci_hub_control() local
1875 retval = -EPIPE; in ehci_hub_control()
1878 return retval; in ehci_hub_control()
6850 int retval; in ehci_start() local
6904 if ((retval = ehci_mem_init (ehci, SLAB_KERNEL)) < 0) in ehci_start()
6905 return retval; in ehci_start()
6973 if ((retval = ehci_reset (ehci)) != 0) { in ehci_start()
6975 return retval; in ehci_start()
7439 retval = -ENODEV; in ehci_start()
9215 int retval; in usb_hcd_cpe_ehci_probe() local
9243 retval = -ENOMEM; in usb_hcd_cpe_ehci_probe()
9260 retval = hcd_buffer_create (hcd); in usb_hcd_cpe_ehci_probe()
9261 if (retval != 0) { in usb_hcd_cpe_ehci_probe()
9267 if (driver->reset && (retval = driver->reset (hcd)) < 0) { in usb_hcd_cpe_ehci_probe()
9275 retval = fLib_ReqInt (hcd->irq, usb_hcd_cpe_ehci_hcim_irq, hcd); in usb_hcd_cpe_ehci_probe()
9276 if ( retval == FALSE ) in usb_hcd_cpe_ehci_probe()
9279 retval = -EINVAL; in usb_hcd_cpe_ehci_probe()
9297 if (retval != TRUE) { in usb_hcd_cpe_ehci_probe()
9299 retval = -EBUSY; in usb_hcd_cpe_ehci_probe()
9324 if ((retval = driver->start (hcd)) < 0) in usb_hcd_cpe_ehci_probe()
9327 return retval; in usb_hcd_cpe_ehci_probe()
9332 return retval; in usb_hcd_cpe_ehci_probe()
9341 return retval; in usb_hcd_cpe_ehci_probe()
9374 int retval = 0; in usb_hcd_cpe_ehci_suspend() local
9385 retval = hcd->driver->suspend (hcd, 0); in usb_hcd_cpe_ehci_suspend()
9386 if (retval) in usb_hcd_cpe_ehci_suspend()
9387 dev_dbg (hcd->controller, "suspend fail, retval %d%s","\n", retval); in usb_hcd_cpe_ehci_suspend()
9390 return retval; in usb_hcd_cpe_ehci_suspend()
9394 int retval=0; in usb_hcd_cpe_ehci_resume() local
9402 retval = hcd->driver->resume (hcd); in usb_hcd_cpe_ehci_resume()
9405 dev_dbg (hcd->controller, "resume fail, retval %d\n", retval); in usb_hcd_cpe_ehci_resume()
9409 return retval; in usb_hcd_cpe_ehci_resume()
9655 int retval; in usb_hcd_cpe_ehci_probe_EX() local
9667 retval = -ENOMEM; in usb_hcd_cpe_ehci_probe_EX()
9686 retval = hcd_buffer_create (hcd); in usb_hcd_cpe_ehci_probe_EX()
9687 if (retval != 0) { in usb_hcd_cpe_ehci_probe_EX()
9693 if (driver->reset && (retval = driver->reset (hcd)) < 0) { in usb_hcd_cpe_ehci_probe_EX()
9717 if ((retval = driver->start (hcd)) < 0) // start HCD in usb_hcd_cpe_ehci_probe_EX()
9720 return retval; in usb_hcd_cpe_ehci_probe_EX()
9725 return retval; in usb_hcd_cpe_ehci_probe_EX()
9734 return retval; in usb_hcd_cpe_ehci_probe_EX()