Searched defs:w83627ehf_data (Results 1 – 1 of 1) sorted by relevance
424 struct w83627ehf_data { struct425 int addr; /* IO base of hw monitor block */426 const char *name;428 struct device *hwmon_dev;429 struct mutex lock;431 u16 reg_temp[NUM_REG_TEMP];432 u16 reg_temp_over[NUM_REG_TEMP];433 u16 reg_temp_hyst[NUM_REG_TEMP];434 u16 reg_temp_config[NUM_REG_TEMP];435 u8 temp_src[NUM_REG_TEMP];[all …]