Lines Matching refs:retval
296 int retval, irq;
324 retval = PTR_ERR(priv->power);
338 retval = PTR_ERR(priv->overcurrent);
346 retval = PTR_ERR(priv->usb_host_ck);
356 retval = PTR_ERR(priv->usb_dc_ck);
362 retval = -EBUSY;
369 retval = -ENOMEM;
375 retval = -ENXIO;
378 retval = usb_add_hcd(hcd, irq, 0);
379 if (retval)
394 return retval;