Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dtc654.c59 struct tc654_data { struct
60 struct i2c_client *client;
63 struct mutex update_lock;
66 bool valid;
67 unsigned long last_updated; /* in jiffies */
69 u8 rpm_output[2]; /* The fan RPM data for fans 1 and 2 is then
72 u8 fan_fault[2]; /* The Fan Fault Threshold Registers are used to
76 u8 config; /* The Configuration Register is an 8-bit read/
104 u8 status; /* The Status register provides all the information
134 static struct tc654_data *tc654_update_client(struct device *dev) in tc654_update_client() argument