Home
last modified time | relevance | path

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

/include/sound/
Dhdaudio.h46 struct hdac_device { struct
47 struct device dev;
71 int (*exec_verb)(struct hdac_device *dev, unsigned int cmd, argument
75 unsigned int num_nodes;
76 hda_nid_t start_nid, end_nid;
79 atomic_t in_pm; /* suspend/resume being performed */
80 bool link_power_control:1;
105 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) argument