Home
last modified time | relevance | path

Searched defs:hdac_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/sound/
Dhdaudio.h45 struct hdac_device { struct
46 struct device dev;
70 int (*exec_verb)(struct hdac_device *dev, unsigned int cmd, argument
74 unsigned int num_nodes;
75 hda_nid_t start_nid, end_nid;
78 atomic_t in_pm; /* suspend/resume being performed */
79 bool link_power_control:1;
104 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) argument