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