Lines Matching refs:hlink
1799 struct hdac_ext_link *hlink = NULL; in hdmi_codec_probe() local
1808 hlink = snd_hdac_ext_bus_get_link(hdev->bus, dev_name(&hdev->dev)); in hdmi_codec_probe()
1809 if (!hlink) { in hdmi_codec_probe()
1814 snd_hdac_ext_bus_link_get(hdev->bus, hlink); in hdmi_codec_probe()
1985 struct hdac_ext_link *hlink = NULL; in hdac_hdmi_dev_probe() local
1992 hlink = snd_hdac_ext_bus_get_link(hdev->bus, dev_name(&hdev->dev)); in hdac_hdmi_dev_probe()
1993 if (!hlink) { in hdac_hdmi_dev_probe()
1998 snd_hdac_ext_bus_link_get(hdev->bus, hlink); in hdac_hdmi_dev_probe()
2051 snd_hdac_ext_bus_link_put(hdev->bus, hlink); in hdac_hdmi_dev_probe()
2169 struct hdac_ext_link *hlink = NULL; in hdac_hdmi_runtime_suspend() local
2193 hlink = snd_hdac_ext_bus_get_link(bus, dev_name(dev)); in hdac_hdmi_runtime_suspend()
2194 if (!hlink) { in hdac_hdmi_runtime_suspend()
2199 snd_hdac_ext_bus_link_put(bus, hlink); in hdac_hdmi_runtime_suspend()
2208 struct hdac_ext_link *hlink = NULL; in hdac_hdmi_runtime_resume() local
2217 hlink = snd_hdac_ext_bus_get_link(bus, dev_name(dev)); in hdac_hdmi_runtime_resume()
2218 if (!hlink) { in hdac_hdmi_runtime_resume()
2223 snd_hdac_ext_bus_link_get(bus, hlink); in hdac_hdmi_runtime_resume()