Searched refs:pwm_auto_point_pwm (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | gsc-hwmon.c | 106 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);
|
H A D | f71882fg.c | 284 u8 pwm_auto_point_pwm[4][5]; member 414 data->pwm_auto_point_pwm[nr][point] = in f71882fg_update_device() 428 data->pwm_auto_point_pwm[nr][0] = in f71882fg_update_device() 433 data->pwm_auto_point_pwm[nr][1] = in f71882fg_update_device() 437 data->pwm_auto_point_pwm[nr][4] = in f71882fg_update_device() 1468 result = data->pwm_auto_point_pwm[pwm][point]; in show_pwm_auto_point_pwm() 1471 result = 32 * 255 / (32 + data->pwm_auto_point_pwm[pwm][point]); in show_pwm_auto_point_pwm() 1505 data->pwm_auto_point_pwm[pwm][point] = val; in store_pwm_auto_point_pwm()
|