Home
last modified time | relevance | path

Searched refs:dev_to_hdac_dev (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/sound/hda/
Dhda_bus_type.c50 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hda_bus_match()
71 snd_hdac_codec_modalias(dev_to_hdac_dev(dev), modalias, in hda_uevent()
Dhdac_sysfs.c24 struct hdac_device *codec = dev_to_hdac_dev(dev); \
34 struct hdac_device *codec = dev_to_hdac_dev(dev); \
52 return snd_hdac_codec_modalias(dev_to_hdac_dev(dev), buf, 256); in modalias_show()
105 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
Dhdac_regmap.c39 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg()
66 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg()
115 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg()
/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c742 struct hdac_device *hdev = dev_to_hdac_dev(w->dapm->dev); in hdac_hdmi_pin_output_widget_event()
787 struct hdac_device *hdev = dev_to_hdac_dev(w->dapm->dev); in hdac_hdmi_cvt_output_widget_event()
834 struct hdac_device *hdev = dev_to_hdac_dev(w->dapm->dev); in hdac_hdmi_pin_mux_widget_event()
869 struct hdac_device *hdev = dev_to_hdac_dev(dapm->dev); in hdac_hdmi_set_pin_port_mux()
1038 struct hdac_device *hdev = dev_to_hdac_dev(dapm->dev); in create_fill_widget_route_map()
1853 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdmi_codec_prepare()
1872 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdmi_codec_complete()
2167 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_runtime_suspend()
2206 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_runtime_resume()
/Linux-v4.19/sound/hda/ext/
Dhdac_ext_bus.c209 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_hdev()
/Linux-v4.19/include/sound/
Dhdaudio.h107 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) macro