snd_ac97_rst_cfg  266 sound/soc/soc-ac97.c static struct snd_ac97_reset_cfg snd_ac97_rst_cfg;
snd_ac97_rst_cfg  270 sound/soc/soc-ac97.c 	struct pinctrl *pctl = snd_ac97_rst_cfg.pctl;
snd_ac97_rst_cfg  272 sound/soc/soc-ac97.c 	pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_warm_reset);
snd_ac97_rst_cfg  274 sound/soc/soc-ac97.c 	gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 1);
snd_ac97_rst_cfg  278 sound/soc/soc-ac97.c 	gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 0);
snd_ac97_rst_cfg  280 sound/soc/soc-ac97.c 	pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_run);
snd_ac97_rst_cfg  286 sound/soc/soc-ac97.c 	struct pinctrl *pctl = snd_ac97_rst_cfg.pctl;
snd_ac97_rst_cfg  288 sound/soc/soc-ac97.c 	pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_reset);
snd_ac97_rst_cfg  290 sound/soc/soc-ac97.c 	gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 0);
snd_ac97_rst_cfg  291 sound/soc/soc-ac97.c 	gpio_direction_output(snd_ac97_rst_cfg.gpio_sdata, 0);
snd_ac97_rst_cfg  292 sound/soc/soc-ac97.c 	gpio_direction_output(snd_ac97_rst_cfg.gpio_reset, 0);
snd_ac97_rst_cfg  296 sound/soc/soc-ac97.c 	gpio_direction_output(snd_ac97_rst_cfg.gpio_reset, 1);
snd_ac97_rst_cfg  298 sound/soc/soc-ac97.c 	pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_run);
snd_ac97_rst_cfg  419 sound/soc/soc-ac97.c 	snd_ac97_rst_cfg = cfg;