Home
last modified time | relevance | path

Searched refs:snd_hdac_ext_bus_get_hlink_by_name (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/ext/
H A Dhdac_ext_controller.c151 struct hdac_ext_link *snd_hdac_ext_bus_get_hlink_by_name(struct hdac_bus *bus, in snd_hdac_ext_bus_get_hlink_by_name() function
165 EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_get_hlink_by_name);
362 snd_hdac_ext_bus_get_hlink_by_name(codec->bus, devname); in hdac_ext_codec_link_up()
372 snd_hdac_ext_bus_get_hlink_by_name(codec->bus, devname); in hdac_ext_codec_link_down()
/linux/sound/soc/codecs/
H A Dhdac_hda.c416 hlink = snd_hdac_ext_bus_get_hlink_by_name(hdev->bus, dev_name(&hdev->dev)); in hdac_hda_codec_probe()
553 hlink = snd_hdac_ext_bus_get_hlink_by_name(hdev->bus, dev_name(&hdev->dev)); in hdac_hda_codec_remove()
629 hlink = snd_hdac_ext_bus_get_hlink_by_name(hdev->bus, dev_name(&hdev->dev)); in hdac_hda_dev_probe()
H A Dhdac_hdmi.c1977 hlink = snd_hdac_ext_bus_get_hlink_by_name(hdev->bus, dev_name(&hdev->dev)); in hdmi_codec_probe()
2154 hlink = snd_hdac_ext_bus_get_hlink_by_name(hdev->bus, dev_name(&hdev->dev)); in hdac_hdmi_dev_probe()
2254 hlink = snd_hdac_ext_bus_get_hlink_by_name(bus, dev_name(dev)); in hdac_hdmi_runtime_suspend()
2280 hlink = snd_hdac_ext_bus_get_hlink_by_name(bus, dev_name(dev)); in hdac_hdmi_runtime_resume()
/linux/include/sound/
H A Dhdaudio_ext.h28 struct hdac_ext_link *snd_hdac_ext_bus_get_hlink_by_name(struct hdac_bus *bus,
/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c223 return snd_hdac_ext_bus_get_hlink_by_name(bus, codec_dai->component->name); in hda_get_hlink()