Searched refs:pwm_auto_point_temp (Results 1 – 1 of 1) sorted by relevance
290 s8 pwm_auto_point_temp[4][4]; member1277 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device()1298 data->pwm_auto_point_temp[nr][0] = in f71882fg_update_device()1302 data->pwm_auto_point_temp[nr][3] = in f71882fg_update_device()2030 result = 1000 * (data->pwm_auto_point_temp[nr][point] - result); in show_pwm_auto_point_temp_hyst()2053 data->pwm_auto_point_temp[nr][point] = in store_pwm_auto_point_temp_hyst()2055 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()2056 data->pwm_auto_point_temp[nr][point]); in store_pwm_auto_point_temp_hyst()2057 val = data->pwm_auto_point_temp[nr][point] - val; in store_pwm_auto_point_temp_hyst()2170 result = data->pwm_auto_point_temp[pwm][point]; in show_pwm_auto_point_temp()[all …]