Searched refs:standby_gpio (Results 1 – 1 of 1) sorted by relevance
48 struct gpio_desc *standby_gpio; member713 tas6424->standby_gpio = devm_gpiod_get_optional(dev, "standby", in tas6424_i2c_probe()715 if (IS_ERR(tas6424->standby_gpio)) { in tas6424_i2c_probe()716 if (PTR_ERR(tas6424->standby_gpio) == -EPROBE_DEFER) in tas6424_i2c_probe()719 PTR_ERR(tas6424->standby_gpio)); in tas6424_i2c_probe()720 tas6424->standby_gpio = NULL; in tas6424_i2c_probe()784 if (tas6424->standby_gpio) in tas6424_i2c_remove()785 gpiod_set_value_cansleep(tas6424->standby_gpio, 1); in tas6424_i2c_remove()