Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dtc654.c67 struct tc654_data { struct
68 struct i2c_client *client;
71 struct mutex update_lock;
74 bool valid;
75 unsigned long last_updated; /* in jiffies */
77 u8 rpm_output[2]; /* The fan RPM data for fans 1 and 2 is then
80 u8 fan_fault[2]; /* The Fan Fault Threshold Registers are used to
84 u8 config; /* The Configuration Register is an 8-bit read/
112 u8 status; /* The Status register provides all the information
142 static struct tc654_data *tc654_update_client(struct device *dev) in tc654_update_client() argument