hda_priv           85 sound/soc/sof/intel/hda-codec.c 	struct hdac_hda_priv *hda_priv;
hda_priv          104 sound/soc/sof/intel/hda-codec.c 	hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL);
hda_priv          105 sound/soc/sof/intel/hda-codec.c 	if (!hda_priv)
hda_priv          108 sound/soc/sof/intel/hda-codec.c 	hda_priv->codec.bus = hbus;
hda_priv          109 sound/soc/sof/intel/hda-codec.c 	hdev = &hda_priv->codec.core;
hda_priv          118 sound/soc/sof/intel/hda-codec.c 		ret = hda_codec_load_module(&hda_priv->codec);