Searched defs:corsairpsu_data (Results 1 – 1 of 1) sorted by relevance
120 struct corsairpsu_data { struct121 struct hid_device *hdev;122 struct device *hwmon_dev;123 struct dentry *debugfs;124 struct completion wait_completion;125 u8 *cmd_buffer;126 char vendor[REPLY_SIZE];127 char product[REPLY_SIZE];128 long temp_crit[TEMP_COUNT];129 long in_crit[RAIL_COUNT];[all …]