Home
last modified time | relevance | path

Searched refs:gpio_reset (Results 1 – 7 of 7) sorted by relevance

/sound/soc/codecs/
Dtlv320aic3x.c83 int gpio_reset; member
1376 if (gpio_is_valid(aic3x->gpio_reset)) in aic3x_regulator_event()
1377 gpio_set_value(aic3x->gpio_reset, 0); in aic3x_regulator_event()
1397 if (gpio_is_valid(aic3x->gpio_reset)) { in aic3x_set_power()
1399 gpio_set_value(aic3x->gpio_reset, 1); in aic3x_set_power()
1608 if (gpio_is_valid(aic3x->gpio_reset) && in aic3x_is_shared_reset()
1609 aic3x->gpio_reset == a->gpio_reset) in aic3x_is_shared_reset()
1797 aic3x->gpio_reset = pdata->gpio_reset; in aic3x_i2c_probe()
1808 aic3x->gpio_reset = ret; in aic3x_i2c_probe()
1813 aic3x->gpio_reset = ret; in aic3x_i2c_probe()
[all …]
Dwm0010.c97 int gpio_reset; member
177 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt()
616 gpio_set_value_cansleep(wm0010->gpio_reset, !wm0010->gpio_reset_value); in wm0010_boot()
910 if (wm0010->pdata.gpio_reset) { in wm0010_spi_probe()
911 wm0010->gpio_reset = wm0010->pdata.gpio_reset; in wm0010_spi_probe()
923 ret = devm_gpio_request_one(wm0010->dev, wm0010->gpio_reset, in wm0010_spi_probe()
979 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_spi_remove()
Dtlv320aic31xx.c163 struct gpio_desc *gpio_reset; member
1134 if (aic31xx->gpio_reset) in aic31xx_regulator_event()
1135 gpiod_set_value(aic31xx->gpio_reset, 1); in aic31xx_regulator_event()
1148 if (aic31xx->gpio_reset) { in aic31xx_reset()
1149 gpiod_set_value(aic31xx->gpio_reset, 1); in aic31xx_reset()
1151 gpiod_set_value(aic31xx->gpio_reset, 0); in aic31xx_reset()
1552 aic31xx->gpio_reset = devm_gpiod_get_optional(aic31xx->dev, "reset", in aic31xx_i2c_probe()
1554 if (IS_ERR(aic31xx->gpio_reset)) { in aic31xx_i2c_probe()
1555 if (PTR_ERR(aic31xx->gpio_reset) != -EPROBE_DEFER) in aic31xx_i2c_probe()
1557 return PTR_ERR(aic31xx->gpio_reset); in aic31xx_i2c_probe()
Duda1380.c156 if (gpio_is_valid(pdata->gpio_reset)) { in uda1380_reset()
157 gpio_set_value(pdata->gpio_reset, 1); in uda1380_reset()
159 gpio_set_value(pdata->gpio_reset, 0); in uda1380_reset()
757 if (gpio_is_valid(pdata->gpio_reset)) { in uda1380_i2c_probe()
758 ret = devm_gpio_request_one(&i2c->dev, pdata->gpio_reset, in uda1380_i2c_probe()
Dtlv320aic31xx.h38 unsigned int gpio_reset; member
/sound/soc/
Dsoc-ac97.c34 int gpio_reset; member
292 gpio_direction_output(snd_ac97_rst_cfg.gpio_reset, 0); in snd_soc_ac97_reset()
296 gpio_direction_output(snd_ac97_rst_cfg.gpio_reset, 1); in snd_soc_ac97_reset()
372 cfg->gpio_reset = gpio; in snd_soc_ac97_parse_pinctl()
/sound/soc/pxa/
Dmagician.c338 .gpio_reset = EGPIO_MAGICIAN_CODEC_RESET,