Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Df71882fg.c274 s8 pwm_auto_point_temp[4][4]; member
1231 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device()
1252 data->pwm_auto_point_temp[nr][0] = in f71882fg_update_device()
1256 data->pwm_auto_point_temp[nr][3] = in f71882fg_update_device()
1967 result = 1000 * (data->pwm_auto_point_temp[nr][point] - result); in show_pwm_auto_point_temp_hyst()
1990 data->pwm_auto_point_temp[nr][point] = in store_pwm_auto_point_temp_hyst()
1992 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()
1993 data->pwm_auto_point_temp[nr][point]); in store_pwm_auto_point_temp_hyst()
1994 val = data->pwm_auto_point_temp[nr][point] - val; in store_pwm_auto_point_temp_hyst()
2107 result = data->pwm_auto_point_temp[pwm][point]; in show_pwm_auto_point_temp()
[all …]