bdw_rt5677         35 sound/soc/intel/boards/bdw-rt5677.c 	struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card);
bdw_rt5677         40 sound/soc/intel/boards/bdw-rt5677.c 	gpiod_set_value_cansleep(bdw_rt5677->gpio_hp_en,
bdw_rt5677        195 sound/soc/intel/boards/bdw-rt5677.c 	struct bdw_rt5677_priv *bdw_rt5677 =
bdw_rt5677        213 sound/soc/intel/boards/bdw-rt5677.c 	bdw_rt5677->gpio_hp_en = devm_gpiod_get(component->dev, "headphone-enable",
bdw_rt5677        215 sound/soc/intel/boards/bdw-rt5677.c 	if (IS_ERR(bdw_rt5677->gpio_hp_en)) {
bdw_rt5677        217 sound/soc/intel/boards/bdw-rt5677.c 		return PTR_ERR(bdw_rt5677->gpio_hp_en);
bdw_rt5677        242 sound/soc/intel/boards/bdw-rt5677.c 	bdw_rt5677->component = component;
bdw_rt5677        300 sound/soc/intel/boards/bdw-rt5677.c 	struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card);
bdw_rt5677        303 sound/soc/intel/boards/bdw-rt5677.c 	if (bdw_rt5677->component) {
bdw_rt5677        304 sound/soc/intel/boards/bdw-rt5677.c 		dapm = snd_soc_component_get_dapm(bdw_rt5677->component);
bdw_rt5677        312 sound/soc/intel/boards/bdw-rt5677.c 	struct bdw_rt5677_priv *bdw_rt5677 = snd_soc_card_get_drvdata(card);
bdw_rt5677        315 sound/soc/intel/boards/bdw-rt5677.c 	if (bdw_rt5677->component) {
bdw_rt5677        316 sound/soc/intel/boards/bdw-rt5677.c 		dapm = snd_soc_component_get_dapm(bdw_rt5677->component);
bdw_rt5677        341 sound/soc/intel/boards/bdw-rt5677.c 	struct bdw_rt5677_priv *bdw_rt5677;
bdw_rt5677        348 sound/soc/intel/boards/bdw-rt5677.c 	bdw_rt5677 = devm_kzalloc(&pdev->dev, sizeof(struct bdw_rt5677_priv),
bdw_rt5677        350 sound/soc/intel/boards/bdw-rt5677.c 	if (!bdw_rt5677) {
bdw_rt5677        362 sound/soc/intel/boards/bdw-rt5677.c 	snd_soc_card_set_drvdata(&bdw_rt5677_card, bdw_rt5677);