Searched defs:aqc_data (Results 1 – 1 of 1) sorted by relevance
546 struct aqc_data { struct547 struct hid_device *hdev;548 struct device *hwmon_dev;549 struct dentry *debugfs;550 struct mutex mutex; /* Used for locking access when reading and writing PWM values */551 enum kinds kind;552 const char *name;554 int status_report_id; /* Used for legacy devices, report is stored in buffer */555 int ctrl_report_id;556 int secondary_ctrl_report_id;[all …]