Lines Matching refs:retval
619 int retval = 0; in ms_usb_hcd_cpe_ehci_suspend() local
632 retval = ms_ehci_suspend (hcd, 0); in ms_usb_hcd_cpe_ehci_suspend()
633 if (retval) in ms_usb_hcd_cpe_ehci_suspend()
634 ms_debug_msg ("suspend fail, retval %d\n", retval); in ms_usb_hcd_cpe_ehci_suspend()
638 return retval; in ms_usb_hcd_cpe_ehci_suspend()
642 int retval=0; in ms_usb_hcd_cpe_ehci_resume() local
653 retval = ms_ehci_resume (hcd); in ms_usb_hcd_cpe_ehci_resume()
655 return retval; in ms_usb_hcd_cpe_ehci_resume()
1138 int retval = 0; in ms_unlink1() local
1146 retval = pHcd->ms_urb_dequeue(pHcd, pUrb); in ms_unlink1()
1148 if (retval != 0) in ms_unlink1()
1149 ms_debug_err("[unlink1] dequeue %p --> %d\n", pUrb, retval); in ms_unlink1()
1152 return retval; in ms_unlink1()