Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dtlv320aic3x.c86 int gpio_reset; member
1355 if (gpio_is_valid(aic3x->gpio_reset)) in aic3x_regulator_event()
1356 gpio_set_value(aic3x->gpio_reset, 0); in aic3x_regulator_event()
1376 if (gpio_is_valid(aic3x->gpio_reset)) { in aic3x_set_power()
1378 gpio_set_value(aic3x->gpio_reset, 1); in aic3x_set_power()
1577 if (gpio_is_valid(aic3x->gpio_reset) && in aic3x_is_shared_reset()
1578 aic3x->gpio_reset == a->gpio_reset) in aic3x_is_shared_reset()
1749 aic3x->gpio_reset = pdata->gpio_reset; in aic3x_i2c_probe()
1760 aic3x->gpio_reset = ret; in aic3x_i2c_probe()
1762 aic3x->gpio_reset = -1; in aic3x_i2c_probe()
[all …]
Duda1380.c152 if (gpio_is_valid(pdata->gpio_reset)) { in uda1380_reset()
153 gpio_set_value(pdata->gpio_reset, 1); in uda1380_reset()
155 gpio_set_value(pdata->gpio_reset, 0); in uda1380_reset()
704 if (gpio_is_valid(pdata->gpio_reset)) { in uda1380_probe()
705 ret = gpio_request_one(pdata->gpio_reset, GPIOF_OUT_INIT_LOW, in uda1380_probe()
738 if (gpio_is_valid(pdata->gpio_reset)) in uda1380_probe()
739 gpio_free(pdata->gpio_reset); in uda1380_probe()
749 gpio_free(pdata->gpio_reset); in uda1380_remove()
Dwm0010.c101 int gpio_reset; member
181 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt()
620 gpio_set_value_cansleep(wm0010->gpio_reset, !wm0010->gpio_reset_value); in wm0010_boot()
918 if (wm0010->pdata.gpio_reset) { in wm0010_spi_probe()
919 wm0010->gpio_reset = wm0010->pdata.gpio_reset; in wm0010_spi_probe()
931 ret = devm_gpio_request_one(wm0010->dev, wm0010->gpio_reset, in wm0010_spi_probe()
989 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_spi_remove()
Dtlv320aic31xx.c1022 if (gpio_is_valid(aic31xx->pdata.gpio_reset)) in aic31xx_regulator_event()
1023 gpio_set_value(aic31xx->pdata.gpio_reset, 0); in aic31xx_regulator_event()
1075 if (gpio_is_valid(aic31xx->pdata.gpio_reset)) { in aic31xx_power_on()
1076 gpio_set_value(aic31xx->pdata.gpio_reset, 1); in aic31xx_power_on()
1282 aic31xx->pdata.gpio_reset = ret; in aic31xx_pdata_from_of()
1302 if (aic31xx->pdata.gpio_reset) { in aic31xx_device_init()
1304 aic31xx->pdata.gpio_reset, in aic31xx_device_init()
Dtlv320aic31xx.h39 unsigned int gpio_reset; member
/sound/soc/
Dsoc-ac97.c39 int gpio_reset; member
293 gpio_direction_output(snd_ac97_rst_cfg.gpio_reset, 0); in snd_soc_ac97_reset()
297 gpio_direction_output(snd_ac97_rst_cfg.gpio_reset, 1); in snd_soc_ac97_reset()
373 cfg->gpio_reset = gpio; in snd_soc_ac97_parse_pinctl()
/sound/soc/pxa/
Dmagician.c439 .gpio_reset = EGPIO_MAGICIAN_CODEC_RESET,