Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dtc654.c58 struct tc654_data { struct
59 struct i2c_client *client;
62 struct mutex update_lock;
65 bool valid;
66 unsigned long last_updated; /* in jiffies */
68 u8 rpm_output[2]; /* The fan RPM data for fans 1 and 2 is then
71 u8 fan_fault[2]; /* The Fan Fault Threshold Registers are used to
75 u8 config; /* The Configuration Register is an 8-bit read/
103 u8 status; /* The Status register provides all the information
133 static struct tc654_data *tc654_update_client(struct device *dev) in tc654_update_client() argument