Lines Matching refs:gpio_reset
86 int gpio_reset; member
1342 if (gpio_is_valid(aic3x->gpio_reset)) in aic3x_regulator_event()
1343 gpio_set_value(aic3x->gpio_reset, 0); in aic3x_regulator_event()
1363 if (gpio_is_valid(aic3x->gpio_reset)) { in aic3x_set_power()
1365 gpio_set_value(aic3x->gpio_reset, 1); in aic3x_set_power()
1564 if (gpio_is_valid(aic3x->gpio_reset) && in aic3x_is_shared_reset()
1565 aic3x->gpio_reset == a->gpio_reset) in aic3x_is_shared_reset()
1734 aic3x->gpio_reset = pdata->gpio_reset; in aic3x_i2c_probe()
1745 aic3x->gpio_reset = ret; in aic3x_i2c_probe()
1747 aic3x->gpio_reset = -1; in aic3x_i2c_probe()
1775 aic3x->gpio_reset = -1; in aic3x_i2c_probe()
1780 if (gpio_is_valid(aic3x->gpio_reset) && in aic3x_i2c_probe()
1782 ret = gpio_request(aic3x->gpio_reset, "tlv320aic3x reset"); in aic3x_i2c_probe()
1785 gpio_direction_output(aic3x->gpio_reset, 0); in aic3x_i2c_probe()
1817 if (gpio_is_valid(aic3x->gpio_reset) && in aic3x_i2c_probe()
1819 gpio_free(aic3x->gpio_reset); in aic3x_i2c_probe()
1829 if (gpio_is_valid(aic3x->gpio_reset) && in aic3x_i2c_remove()
1831 gpio_set_value(aic3x->gpio_reset, 0); in aic3x_i2c_remove()
1832 gpio_free(aic3x->gpio_reset); in aic3x_i2c_remove()