Home
last modified time | relevance | path

Searched refs:gpio_sync (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/
Dsoc-ac97.c33 int gpio_sync; member
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()
289 gpio_direction_output(snd_ac97_rst_cfg.gpio_sync, 0); in snd_soc_ac97_reset()
347 cfg->gpio_sync = gpio; in snd_soc_ac97_parse_pinctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
Dgpio_types.h179 enum gpio_sync { enum