Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Df71882fg.c303 s8 pwm_auto_point_temp[4][4]; member
1290 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device()
1311 data->pwm_auto_point_temp[nr][0] = in f71882fg_update_device()
1315 data->pwm_auto_point_temp[nr][3] = in f71882fg_update_device()
2043 result = 1000 * (data->pwm_auto_point_temp[nr][point] - result); in show_pwm_auto_point_temp_hyst()
2066 data->pwm_auto_point_temp[nr][point] = in store_pwm_auto_point_temp_hyst()
2068 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()
2069 data->pwm_auto_point_temp[nr][point]); in store_pwm_auto_point_temp_hyst()
2070 val = data->pwm_auto_point_temp[nr][point] - val; in store_pwm_auto_point_temp_hyst()
2183 result = data->pwm_auto_point_temp[pwm][point]; in show_pwm_auto_point_temp()
[all …]