Lines Matching refs:mute_gpio
49 struct gpio_desc *mute_gpio;
263 if (tas6424->mute_gpio) {
264 gpiod_set_value_cansleep(tas6424->mute_gpio, mute);
324 if (tas6424->mute_gpio) {
325 gpiod_set_value_cansleep(tas6424->mute_gpio, 0);
729 tas6424->mute_gpio = devm_gpiod_get_optional(dev, "mute",
731 if (IS_ERR(tas6424->mute_gpio)) {
732 if (PTR_ERR(tas6424->mute_gpio) == -EPROBE_DEFER)
735 PTR_ERR(tas6424->mute_gpio));
736 tas6424->mute_gpio = NULL;