Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dgsc-hwmon.c107 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point1_temp, pwm_auto_point_temp, 0);
110 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_temp, pwm_auto_point_temp, 1);
113 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point3_temp, pwm_auto_point_temp, 2);
116 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point4_temp, pwm_auto_point_temp, 3);
119 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point5_temp, pwm_auto_point_temp, 4);
122 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point6_temp, pwm_auto_point_temp, 5);
H A Df71882fg.c285 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()
1520 result = data->pwm_auto_point_temp[pwm][point]; in show_pwm_auto_point_temp()
1546 data->pwm_auto_point_temp[pwm][point] = val; in store_pwm_auto_point_temp()
1566 result = 1000 * (data->pwm_auto_point_temp[nr][point] - result); in show_pwm_auto_point_temp_hyst()
1589 data->pwm_auto_point_temp[nr][point] = in store_pwm_auto_point_temp_hyst()
1591 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()
1592 data->pwm_auto_point_temp[nr][point]); in store_pwm_auto_point_temp_hyst()
[all …]