Searched defs:gpio_reset (Results 1 - 1 of 1) sorted by relevance

/sound/soc/codecs/
H A Dtlv320aic3x.c83 int gpio_reset; member in struct:aic3x_priv
1083 if (gpio_is_valid(aic3x->gpio_reset))
1084 gpio_set_value(aic3x->gpio_reset, 0);
1110 if (gpio_is_valid(aic3x->gpio_reset)) {
1112 gpio_set_value(aic3x->gpio_reset, 1);
1364 if (gpio_is_valid(aic3x->gpio_reset) &&
1365 aic3x->gpio_reset == a->gpio_reset)
1388 if (gpio_is_valid(aic3x->gpio_reset) &&
1390 ret = gpio_request(aic3x->gpio_reset, "tlv320aic3
[all...]

Completed in 54 milliseconds