Lines Matching refs:pwm_auto_point_temp
285 s8 pwm_auto_point_temp[4][4]; member
420 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device()
441 data->pwm_auto_point_temp[nr][0] = in f71882fg_update_device()
445 data->pwm_auto_point_temp[nr][3] = in f71882fg_update_device()
1517 result = data->pwm_auto_point_temp[pwm][point]; in show_pwm_auto_point_temp()
1543 data->pwm_auto_point_temp[pwm][point] = val; in store_pwm_auto_point_temp()
1563 result = 1000 * (data->pwm_auto_point_temp[nr][point] - result); in show_pwm_auto_point_temp_hyst()
1586 data->pwm_auto_point_temp[nr][point] = in store_pwm_auto_point_temp_hyst()
1588 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()
1589 data->pwm_auto_point_temp[nr][point]); in store_pwm_auto_point_temp_hyst()
1590 val = data->pwm_auto_point_temp[nr][point] - val; in store_pwm_auto_point_temp_hyst()