Searched refs:reg_temp_crit_h (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwmon/
H A Dnct6775-core.c3513 const u16 *reg_temp_crit_l = NULL, *reg_temp_crit_h = NULL; local
3602 reg_temp_crit_h = NCT6106_REG_TEMP_CRIT_H;
3678 reg_temp_crit_h = NCT6106_REG_TEMP_CRIT_H;
4208 if (reg_temp_crit_h && reg_temp_crit_h[i])
4209 data->reg_temp[3][src - 1] = reg_temp_crit_h[i];
4231 if (reg_temp_crit_h && reg_temp_crit_h[i])
4232 data->reg_temp[3][s] = reg_temp_crit_h[i];

Completed in 210 milliseconds