Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra_asoc_machine.h43 struct gpio_desc *gpiod_hp_det; member
/linux/sound/soc/codecs/
H A Drt5645.c448 struct gpio_desc *gpiod_hp_det; member
3332 if (rt5645->gpiod_hp_det) { in rt5645_jack_detect_work()
3333 gpio_state = gpiod_get_value(rt5645->gpiod_hp_det); in rt5645_jack_detect_work()
4026 rt5645->gpiod_hp_det = devm_gpiod_get_optional(&i2c->dev, "hp-detect", in rt5645_i2c_probe()
4029 if (IS_ERR(rt5645->gpiod_hp_det)) { in rt5645_i2c_probe()
4031 ret = PTR_ERR(rt5645->gpiod_hp_det); in rt5645_i2c_probe()
H A Drt5651.h2073 struct gpio_desc *gpiod_hp_det; member