Home
last modified time | relevance | path

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

/linux-4.1.27/sound/hda/
Dhda_bus_type.c15 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hda_bus_match()
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()
Dhdac_sysfs.c23 struct hdac_device *codec = dev_to_hdac_dev(dev); \
33 struct hdac_device *codec = dev_to_hdac_dev(dev); \
96 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
/linux-4.1.27/include/sound/
Dhdaudio.h95 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) macro