Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas5805m.c159 struct gpio_desc *gpio_pdn_n; member
491 tas5805m->gpio_pdn_n = devm_gpiod_get(dev, "pdn", GPIOD_OUT_LOW); in tas5805m_i2c_probe()
492 if (IS_ERR(tas5805m->gpio_pdn_n)) { in tas5805m_i2c_probe()
494 PTR_ERR(tas5805m->gpio_pdn_n)); in tas5805m_i2c_probe()
495 return PTR_ERR(tas5805m->gpio_pdn_n); in tas5805m_i2c_probe()
551 gpiod_set_value(tas5805m->gpio_pdn_n, 1); in tas5805m_i2c_probe()
564 gpiod_set_value(tas5805m->gpio_pdn_n, 0); in tas5805m_i2c_probe()
579 gpiod_set_value(tas5805m->gpio_pdn_n, 0); in tas5805m_i2c_remove()