Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dtas5805m.c158 struct gpio_desc *gpio_pdn_n; member
446 tas5805m->gpio_pdn_n = devm_gpiod_get(dev, "pdn", GPIOD_OUT_LOW); in tas5805m_i2c_probe()
447 if (IS_ERR(tas5805m->gpio_pdn_n)) { in tas5805m_i2c_probe()
449 PTR_ERR(tas5805m->gpio_pdn_n)); in tas5805m_i2c_probe()
450 return PTR_ERR(tas5805m->gpio_pdn_n); in tas5805m_i2c_probe()
507 gpiod_set_value(tas5805m->gpio_pdn_n, 1); in tas5805m_i2c_probe()
517 gpiod_set_value(tas5805m->gpio_pdn_n, 0); in tas5805m_i2c_probe()
531 gpiod_set_value(tas5805m->gpio_pdn_n, 0); in tas5805m_i2c_remove()