Lines Matching refs:hlink
1961 struct hdac_ext_link *hlink; in hdmi_codec_probe() local
1970 hlink = snd_hdac_ext_bus_get_link(hdev->bus, dev_name(&hdev->dev)); in hdmi_codec_probe()
1971 if (!hlink) { in hdmi_codec_probe()
1976 snd_hdac_ext_bus_link_get(hdev->bus, hlink); in hdmi_codec_probe()
2141 struct hdac_ext_link *hlink; in hdac_hdmi_dev_probe() local
2148 hlink = snd_hdac_ext_bus_get_link(hdev->bus, dev_name(&hdev->dev)); in hdac_hdmi_dev_probe()
2149 if (!hlink) { in hdac_hdmi_dev_probe()
2154 snd_hdac_ext_bus_link_get(hdev->bus, hlink); in hdac_hdmi_dev_probe()
2201 snd_hdac_ext_bus_link_put(hdev->bus, hlink); in hdac_hdmi_dev_probe()
2230 struct hdac_ext_link *hlink; in hdac_hdmi_runtime_suspend() local
2248 hlink = snd_hdac_ext_bus_get_link(bus, dev_name(dev)); in hdac_hdmi_runtime_suspend()
2249 if (!hlink) { in hdac_hdmi_runtime_suspend()
2255 snd_hdac_ext_bus_link_put(bus, hlink); in hdac_hdmi_runtime_suspend()
2266 struct hdac_ext_link *hlink; in hdac_hdmi_runtime_resume() local
2274 hlink = snd_hdac_ext_bus_get_link(bus, dev_name(dev)); in hdac_hdmi_runtime_resume()
2275 if (!hlink) { in hdac_hdmi_runtime_resume()
2280 snd_hdac_ext_bus_link_get(bus, hlink); in hdac_hdmi_runtime_resume()