Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/
Dgsc-hwmon.c106 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_point1_pwm, pwm_auto_point_pwm, 0);
109 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_point2_pwm, pwm_auto_point_pwm, 1);
112 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_point3_pwm, pwm_auto_point_pwm, 2);
115 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_point4_pwm, pwm_auto_point_pwm, 3);
118 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_point5_pwm, pwm_auto_point_pwm, 4);
121 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_point6_pwm, pwm_auto_point_pwm, 5);
Df71882fg.c289 u8 pwm_auto_point_pwm[4][5]; member
1271 data->pwm_auto_point_pwm[nr][point] = in f71882fg_update_device()
1285 data->pwm_auto_point_pwm[nr][0] = in f71882fg_update_device()
1290 data->pwm_auto_point_pwm[nr][1] = in f71882fg_update_device()
1294 data->pwm_auto_point_pwm[nr][4] = in f71882fg_update_device()
1973 result = data->pwm_auto_point_pwm[pwm][point]; in show_pwm_auto_point_pwm()
1976 result = 32 * 255 / (32 + data->pwm_auto_point_pwm[pwm][point]); in show_pwm_auto_point_pwm()
2010 data->pwm_auto_point_pwm[pwm][point] = val; in store_pwm_auto_point_pwm()