Lines Matching refs:hbus
44 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable() local
49 list_for_each_codec(codec, hbus) in hda_codec_jack_wake_enable()
59 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check() local
66 list_for_each_codec(codec, hbus) in hda_codec_jack_check()
88 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_probe() local
95 mutex_lock(&hbus->core.cmd_mutex); in hda_codec_probe()
96 snd_hdac_bus_send_cmd(&hbus->core, hda_cmd); in hda_codec_probe()
97 snd_hdac_bus_get_response(&hbus->core, address, &resp); in hda_codec_probe()
98 mutex_unlock(&hbus->core.cmd_mutex); in hda_codec_probe()
109 hda_priv->codec.bus = hbus; in hda_codec_probe()
112 ret = snd_hdac_ext_bus_device_init(&hbus->core, address, hdev); in hda_codec_probe()
128 ret = snd_hdac_ext_bus_device_init(&hbus->core, address, hdev); in hda_codec_probe()