Searched defs:tc654_data (Results 1 – 1 of 1) sorted by relevance
58 struct tc654_data { struct59 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 then71 u8 fan_fault[2]; /* The Fan Fault Threshold Registers are used to75 u8 config; /* The Configuration Register is an 8-bit read/103 u8 status; /* The Status register provides all the information133 static struct tc654_data *tc654_update_client(struct device *dev) in tc654_update_client() argument