Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dhda_bus_type.c51 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hda_bus_match()
72 snd_hdac_codec_modalias(dev_to_hdac_dev(dev), modalias, in hda_uevent()
H A Dsysfs.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()
/linux/sound/hda/core/ext/
H A Dbus.c92 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_hdev()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c773 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_pin_output_widget_event()
819 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_cvt_output_widget_event()
875 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_pin_mux_widget_event()
911 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_set_pin_port_mux()
1081 struct hdac_device *hdev = dev_to_hdac_dev(dev); in create_fill_widget_route_map()
1746 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdmi_codec_resume()
1937 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_runtime_suspend()
1973 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hdac_hdmi_runtime_resume()
/linux/include/sound/
H A Dhdaudio.h119 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) macro