Lines Matching defs:ret
342 int ret;
348 ret = pinctrl_gpio_direction_input(chip->base + pin);
349 if (ret)
350 return ret;
362 int ret;
368 ret = pinctrl_gpio_direction_output(chip->base + pin);
369 if (ret)
370 return ret;
626 int ret = 0;
631 ret = -EBUSY;
638 ret = PTR_ERR(desc);
646 return ret;
797 int ret = of_property_read_u32(dev->of_node,
799 if (ret < 0)