Home
last modified time | relevance | path

Searched refs:bdw_rt5677 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbdw-rt5677.c32 struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card); in bdw_rt5677_event_hp() local
37 gpiod_set_value_cansleep(bdw_rt5677->gpio_hp_en, in bdw_rt5677_event_hp()
228 struct bdw_rt5677_priv *bdw_rt5677 = in bdw_rt5677_init() local
251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable", in bdw_rt5677_init()
253 if (IS_ERR(bdw_rt5677->gpio_hp_en)) { in bdw_rt5677_init()
255 return PTR_ERR(bdw_rt5677->gpio_hp_en); in bdw_rt5677_init()
280 bdw_rt5677->component = component; in bdw_rt5677_init()
288 struct bdw_rt5677_priv *bdw_rt5677 = in bdw_rt5677_exit() local
295 if (!IS_ERR_OR_NULL(bdw_rt5677->gpio_hp_en)) in bdw_rt5677_exit()
296 gpiod_put(bdw_rt5677 in bdw_rt5677_exit()
368 struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card); bdw_rt5677_suspend_pre() local
380 struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card); bdw_rt5677_resume_post() local
419 struct bdw_rt5677_priv *bdw_rt5677; bdw_rt5677_probe() local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbdw-rt5677.c32 struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card); in bdw_rt5677_event_hp() local
37 gpiod_set_value_cansleep(bdw_rt5677->gpio_hp_en, in bdw_rt5677_event_hp()
228 struct bdw_rt5677_priv *bdw_rt5677 = in bdw_rt5677_init() local
251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable", in bdw_rt5677_init()
253 if (IS_ERR(bdw_rt5677->gpio_hp_en)) { in bdw_rt5677_init()
255 return PTR_ERR(bdw_rt5677->gpio_hp_en); in bdw_rt5677_init()
280 bdw_rt5677->component = component; in bdw_rt5677_init()
288 struct bdw_rt5677_priv *bdw_rt5677 = in bdw_rt5677_exit() local
295 if (!IS_ERR_OR_NULL(bdw_rt5677->gpio_hp_en)) in bdw_rt5677_exit()
296 gpiod_put(bdw_rt5677 in bdw_rt5677_exit()
369 struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card); bdw_rt5677_suspend_pre() local
381 struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card); bdw_rt5677_resume_post() local
418 struct bdw_rt5677_priv *bdw_rt5677; bdw_rt5677_probe() local
[all...]

Completed in 2 milliseconds