Lines Matching defs:ret
66 int ret;68 ret = wm8994_reg_read(wm8994, WM8994_GPIO_1 + offset);69 if (ret < 0)70 return ret;72 if (ret & WM8994_GPN_LVL)266 int ret;282 ret = devm_gpiochip_add_data(&pdev->dev, &wm8994_gpio->gpio_chip,284 if (ret < 0) {286 ret);287 return ret;292 return ret;