Lines Matching defs:gpio_reset
82 struct gpio_desc *gpio_reset;
1380 if (aic3x->gpio_reset)
1381 gpiod_set_value(aic3x->gpio_reset, 1);
1401 if (aic3x->gpio_reset) {
1403 gpiod_set_value(aic3x->gpio_reset, 0);
1794 aic3x->gpio_reset = devm_gpiod_get_optional(dev, "reset",
1796 ret = PTR_ERR_OR_ZERO(aic3x->gpio_reset);
1808 aic3x->gpio_reset = devm_gpiod_get(dev, "reset",
1810 ret = PTR_ERR_OR_ZERO(aic3x->gpio_reset);
1817 gpiod_set_consumer_name(aic3x->gpio_reset, "tlv320aic3x reset");
1842 if (aic3x->gpio_reset && !aic3x->shared_reset)
1843 gpiod_set_value(aic3x->gpio_reset, 1);