Lines Matching refs:retval
210 int retval = -EBUSY;220 retval = ds2404_gpio_map(chip, pdev, pdata);221 if (retval)222 return retval;224 retval = devm_add_action_or_reset(&pdev->dev, ds2404_gpio_unmap, chip);225 if (retval)226 return retval;237 retval = rtc_register_device(chip->rtc);238 if (retval)239 return retval;