Home
last modified time | relevance | path

Searched refs:weight_temp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h158 u8 weight_temp[3][NUM_FAN]; /* 0->temp_step, 1->temp_step_tol, member
H A Dnct6775-core.c1464 for (j = 0; j < ARRAY_SIZE(data->weight_temp); j++) { in nct6775_update_pwm()
1468 data->weight_temp[j][i] = reg; in nct6775_update_pwm()
3070 return sprintf(buf, "%d\n", data->weight_temp[index][nr] * 1000); in show_weight_temp()
3091 data->weight_temp[index][nr] = val; in store_weight_temp()