Searched defs:hdac_device (Results 1 – 1 of 1) sorted by relevance
45 struct hdac_device { struct46 struct device dev;70 int (*exec_verb)(struct hdac_device *dev, unsigned int cmd, argument74 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