Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Demc6w201.c45 struct emc6w201_data { struct
46 struct i2c_client *client;
47 struct mutex update_lock;
48 bool valid; /* false until following fields are valid */
49 unsigned long last_updated; /* in jiffies */
52 u8 in[3][6];
53 s8 temp[3][6];
54 u16 fan[2][5];