gpiod_hp_det 416 sound/soc/codecs/rt5645.c struct gpio_desc *gpiod_hp_det; gpiod_hp_det 3262 sound/soc/codecs/rt5645.c if (rt5645->gpiod_hp_det) { gpiod_hp_det 3263 sound/soc/codecs/rt5645.c gpio_state = gpiod_get_value(rt5645->gpiod_hp_det); gpiod_hp_det 3816 sound/soc/codecs/rt5645.c rt5645->gpiod_hp_det = devm_gpiod_get_optional(&i2c->dev, "hp-detect", gpiod_hp_det 3819 sound/soc/codecs/rt5645.c if (IS_ERR(rt5645->gpiod_hp_det)) { gpiod_hp_det 3821 sound/soc/codecs/rt5645.c ret = PTR_ERR(rt5645->gpiod_hp_det); gpiod_hp_det 1622 sound/soc/codecs/rt5651.c if (rt5651->gpiod_hp_det) { gpiod_hp_det 1623 sound/soc/codecs/rt5651.c val = gpiod_get_value_cansleep(rt5651->gpiod_hp_det); gpiod_hp_det 1778 sound/soc/codecs/rt5651.c rt5651->gpiod_hp_det == NULL; gpiod_hp_det 1858 sound/soc/codecs/rt5651.c struct gpio_desc *gpiod_hp_det) gpiod_hp_det 1866 sound/soc/codecs/rt5651.c rt5651->gpiod_hp_det = gpiod_hp_det; gpiod_hp_det 1867 sound/soc/codecs/rt5651.c if (!rt5651->gpiod_hp_det) gpiod_hp_det 2073 sound/soc/codecs/rt5651.h struct gpio_desc *gpiod_hp_det;