Searched defs:corsairpsu_data (Results 1 – 1 of 1) sorted by relevance
122 struct corsairpsu_data { struct123 struct hid_device *hdev;124 struct device *hwmon_dev;125 struct dentry *debugfs;126 struct completion wait_completion;127 struct mutex lock; /* for locking access to cmd_buffer */128 u8 *cmd_buffer;129 char vendor[REPLY_SIZE];130 char product[REPLY_SIZE];131 long temp_crit[TEMP_COUNT];[all …]