Lines Matching refs:retval
77 int retval; in ehci_msp_setup() local
85 retval = ehci_setup(hcd); in ehci_msp_setup()
86 if (retval) in ehci_msp_setup()
87 return retval; in ehci_msp_setup()
91 return retval; in ehci_msp_setup()
104 int retval; in usb_hcd_msp_map_regs() local
116 retval = -ENOMEM; in usb_hcd_msp_map_regs()
123 retval = -ENOMEM; in usb_hcd_msp_map_regs()
128 retval = -EBUSY; in usb_hcd_msp_map_regs()
133 retval = -ENOMEM; in usb_hcd_msp_map_regs()
149 return retval; in usb_hcd_msp_map_regs()
164 int retval; in usb_hcd_msp_probe() local
176 retval = -ENOMEM; in usb_hcd_msp_probe()
182 retval = -EBUSY; in usb_hcd_msp_probe()
188 retval = -ENOMEM; in usb_hcd_msp_probe()
195 retval = -ENOMEM; in usb_hcd_msp_probe()
200 retval = usb_hcd_msp_map_regs(to_mspusb_device(dev)); in usb_hcd_msp_probe()
201 if (retval != 0) in usb_hcd_msp_probe()
209 retval = usb_add_hcd(hcd, res->start, IRQF_SHARED); in usb_hcd_msp_probe()
210 if (retval == 0) { in usb_hcd_msp_probe()
223 return retval; in usb_hcd_msp_probe()