Searched defs:aqc_data (Results 1 – 1 of 1) sorted by relevance
520 struct aqc_data { struct521 struct hid_device *hdev;522 struct device *hwmon_dev;523 struct dentry *debugfs;524 struct mutex mutex; /* Used for locking access when reading and writing PWM values */525 enum kinds kind;526 const char *name;528 int status_report_id; /* Used for legacy devices, report is stored in buffer */529 int ctrl_report_id;530 int secondary_ctrl_report_id;[all …]