Home
last modified time | relevance | path

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

/linux-4.4.14/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.c23 struct hdac_device *codec = dev_to_hdac_dev(dev); \
33 struct hdac_device *codec = dev_to_hdac_dev(dev); \
51 return snd_hdac_codec_modalias(dev_to_hdac_dev(dev), buf, 256); in modalias_show()
104 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
Dhdac_regmap.c36 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg()
63 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg()
112 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg()
/linux-4.4.14/sound/hda/ext/
Dhdac_ext_bus.c213 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_edev()
/linux-4.4.14/include/sound/
Dhdaudio.h104 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) macro