Searched refs:snd_ac97_rst_cfg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-ac97.c | 265 static struct snd_ac97_reset_cfg snd_ac97_rst_cfg; variable 269 struct pinctrl *pctl = snd_ac97_rst_cfg.pctl; in snd_soc_ac97_warm_reset() 271 pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_warm_reset); in snd_soc_ac97_warm_reset() 273 gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 1); in snd_soc_ac97_warm_reset() 277 gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 0); in snd_soc_ac97_warm_reset() 279 pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_run); in snd_soc_ac97_warm_reset() 285 struct pinctrl *pctl = snd_ac97_rst_cfg.pctl; in snd_soc_ac97_reset() 287 pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_reset); in snd_soc_ac97_reset() 289 gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 0); in snd_soc_ac97_reset() 290 gpio_direction_output(snd_ac97_rst_cfg in snd_soc_ac97_reset() [all...] |
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-ac97.c | 262 static struct snd_ac97_reset_cfg snd_ac97_rst_cfg; variable 266 struct pinctrl *pctl = snd_ac97_rst_cfg.pctl; in snd_soc_ac97_warm_reset() 268 pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_warm_reset); in snd_soc_ac97_warm_reset() 270 gpiod_direction_output_raw(snd_ac97_rst_cfg.sync_gpio, 1); in snd_soc_ac97_warm_reset() 274 gpiod_direction_output_raw(snd_ac97_rst_cfg.sync_gpio, 0); in snd_soc_ac97_warm_reset() 276 pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_run); in snd_soc_ac97_warm_reset() 282 struct pinctrl *pctl = snd_ac97_rst_cfg.pctl; in snd_soc_ac97_reset() 284 pinctrl_select_state(pctl, snd_ac97_rst_cfg.pstate_reset); in snd_soc_ac97_reset() 286 gpiod_direction_output_raw(snd_ac97_rst_cfg.sync_gpio, 0); in snd_soc_ac97_reset() 287 gpiod_direction_output_raw(snd_ac97_rst_cfg in snd_soc_ac97_reset() [all...] |
Completed in 2 milliseconds