Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/pxa/
Dhx4700.c24 static struct gpio_desc *gpiod_hp_driver, *gpiod_spk_sd; variable
89 gpiod_set_value(gpiod_hp_driver, !!SND_SOC_DAPM_EVENT_ON(event)); in hx4700_hp_power()
170 gpiod_hp_driver = devm_gpiod_get(&pdev->dev, "hp-driver", GPIOD_ASIS); in hx4700_audio_probe()
171 ret = PTR_ERR_OR_ZERO(gpiod_hp_driver); in hx4700_audio_probe()
188 gpiod_set_value(gpiod_hp_driver, 0); in hx4700_audio_remove()