Searched defs:hdac_device (Results 1 – 1 of 1) sorted by relevance
49 struct hdac_device { struct50 struct device dev;74 int (*exec_verb)(struct hdac_device *dev, unsigned int cmd, argument78 unsigned int num_nodes;79 hda_nid_t start_nid, end_nid;82 atomic_t in_pm; /* suspend/resume being performed */85 struct mutex widget_lock;86 struct hdac_widget_tree *widgets;89 struct regmap *regmap;90 struct mutex regmap_lock;[all …]