Searched defs:tmp401_data (Results 1 – 2 of 2) sorted by relevance
107 struct tmp401_data { struct108 struct i2c_client *client;109 struct regmap *regmap;110 struct mutex update_lock;111 enum chips kind;113 bool extended_range;116 u32 chip_channel_config[4];117 struct hwmon_channel_info chip_info;118 u32 temp_channel_config[4];119 struct hwmon_channel_info temp_info;[all …]
135 struct tmp401_data { struct136 struct i2c_client *client;137 const struct attribute_group *groups[3];138 struct mutex update_lock;139 char valid; /* zero until following fields are valid */140 unsigned long last_updated; /* in jiffies */141 enum chips kind;143 unsigned int update_interval; /* in milliseconds */146 u8 status[4];147 u8 config;[all …]