Searched refs:snd_hdac_ext_bus_get_hlink_by_name (Results 1 – 5 of 5) sorted by relevance
/linux/sound/hda/ext/ |
H A D | hdac_ext_controller.c | 151 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 D | hdac_hda.c | 416 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 D | hdac_hdmi.c | 1977 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 D | hdaudio_ext.h | 28 struct hdac_ext_link *snd_hdac_ext_bus_get_hlink_by_name(struct hdac_bus *bus,
|
/linux/sound/soc/sof/intel/ |
H A D | hda-dai-ops.c | 223 return snd_hdac_ext_bus_get_hlink_by_name(bus, codec_dai->component->name); in hda_get_hlink()
|