Searched refs:pwm_auto_point_temp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | gsc-hwmon.c | 107 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 D | f71882fg.c | 290 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() 2031 result = 1000 * (data->pwm_auto_point_temp[nr][point] - result); in show_pwm_auto_point_temp_hyst() 2054 data->pwm_auto_point_temp[nr][point] = in store_pwm_auto_point_temp_hyst() 2056 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst() 2057 data->pwm_auto_point_temp[nr][point]); in store_pwm_auto_point_temp_hyst() 2058 val = data->pwm_auto_point_temp[nr][point] - val; in store_pwm_auto_point_temp_hyst() 2171 result = data->pwm_auto_point_temp[pw in show_pwm_auto_point_temp() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | gsc-hwmon.c | 107 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 D | f71882fg.c | 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() 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[n in store_pwm_auto_point_temp_hyst() [all...] |
Completed in 8 milliseconds