Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/
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);
Df71882fg.c290 s8 pwm_auto_point_temp[4][4]; member
1277 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 …]