Home
last modified time | relevance | path

Searched defs:corsairpsu_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dcorsair-psu.c122 struct corsairpsu_data { struct
123 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 …]