hp_gpio           516 sound/soc/codecs/rt5670.c 	struct snd_soc_jack_gpio *gpio = &rt5670->hp_gpio;
hp_gpio           584 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.gpiod_dev = component->dev;
hp_gpio           585 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.name = "headset";
hp_gpio           586 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.report = SND_JACK_HEADSET |
hp_gpio           588 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.debounce_time = 150;
hp_gpio           589 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.wake = true;
hp_gpio           590 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.data = (struct rt5670_priv *)rt5670;
hp_gpio           591 sound/soc/codecs/rt5670.c 	rt5670->hp_gpio.jack_status_check = rt5670_irq_detection;
hp_gpio           594 sound/soc/codecs/rt5670.c 			&rt5670->hp_gpio);
hp_gpio          2657 sound/soc/codecs/rt5670.c 	snd_soc_jack_free_gpios(rt5670->jack, 1, &rt5670->hp_gpio);
hp_gpio          1994 sound/soc/codecs/rt5670.h 	struct snd_soc_jack_gpio hp_gpio;