hs_extmute_gpio   675 include/linux/mfd/twl.h 	int hs_extmute_gpio;
hs_extmute_gpio   210 sound/soc/codecs/twl4030.c 	pdata->hs_extmute_gpio = of_get_named_gpio(node,
hs_extmute_gpio   212 sound/soc/codecs/twl4030.c 	if (gpio_is_valid(pdata->hs_extmute_gpio))
hs_extmute_gpio   249 sound/soc/codecs/twl4030.c 		if (gpio_is_valid(pdata->hs_extmute_gpio)) {
hs_extmute_gpio   252 sound/soc/codecs/twl4030.c 			if (!pdata->hs_extmute_gpio)
hs_extmute_gpio   256 sound/soc/codecs/twl4030.c 			ret = gpio_request_one(pdata->hs_extmute_gpio,
hs_extmute_gpio   262 sound/soc/codecs/twl4030.c 				pdata->hs_extmute_gpio = -1;
hs_extmute_gpio   709 sound/soc/codecs/twl4030.c 		if (gpio_is_valid(pdata->hs_extmute_gpio)) {
hs_extmute_gpio   710 sound/soc/codecs/twl4030.c 			gpio_set_value(pdata->hs_extmute_gpio, 1);
hs_extmute_gpio   745 sound/soc/codecs/twl4030.c 		if (gpio_is_valid(pdata->hs_extmute_gpio)) {
hs_extmute_gpio   746 sound/soc/codecs/twl4030.c 			gpio_set_value(pdata->hs_extmute_gpio, 0);
hs_extmute_gpio  2175 sound/soc/codecs/twl4030.c 	if (pdata && pdata->hs_extmute && gpio_is_valid(pdata->hs_extmute_gpio))
hs_extmute_gpio  2176 sound/soc/codecs/twl4030.c 		gpio_free(pdata->hs_extmute_gpio);