Lines Matching full:hbus
78 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable() local
89 list_for_each_codec(codec, hbus) { in hda_codec_jack_wake_enable()
96 list_for_each_codec(codec, hbus) { in hda_codec_jack_wake_enable()
109 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check() local
116 list_for_each_codec(codec, hbus) in hda_codec_jack_check()
152 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_probe() local
160 mutex_lock(&hbus->core.cmd_mutex); in hda_codec_probe()
161 snd_hdac_bus_send_cmd(&hbus->core, hda_cmd); in hda_codec_probe()
162 snd_hdac_bus_get_response(&hbus->core, address, &resp); in hda_codec_probe()
163 mutex_unlock(&hbus->core.cmd_mutex); in hda_codec_probe()
175 codec = hda_codec_device_init(&hbus->core, address, HDA_DEV_LEGACY); in hda_codec_probe()
185 if (!hbus->core.audio_component) { in hda_codec_probe()
194 if (is_generic_config(hbus)) in hda_codec_probe()