Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/samsung/
Dneo1973_wm8753.c166 static struct gpio_desc *gpiod_hp_in, *gpiod_amp_shut; variable
174 gpiod_set_value(gpiod_hp_in, !gta02_speaker_enabled); in lm4853_set_spk()
332 gpiod_hp_in = devm_gpiod_get(dev, "hp", GPIOD_OUT_HIGH); in neo1973_probe()
333 if (IS_ERR(gpiod_hp_in)) { in neo1973_probe()
335 return PTR_ERR(gpiod_hp_in); in neo1973_probe()