Lines Matching defs:mute_gpio
48 struct gpio_desc *mute_gpio;
262 if (tas6424->mute_gpio) {
263 gpiod_set_value_cansleep(tas6424->mute_gpio, mute);
323 if (tas6424->mute_gpio) {
324 gpiod_set_value_cansleep(tas6424->mute_gpio, 0);
726 tas6424->mute_gpio = devm_gpiod_get_optional(dev, "mute",
728 if (IS_ERR(tas6424->mute_gpio)) {
729 if (PTR_ERR(tas6424->mute_gpio) == -EPROBE_DEFER)
732 PTR_ERR(tas6424->mute_gpio));
733 tas6424->mute_gpio = NULL;