Home
last modified time | relevance | path

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

/drivers/hwmon/
Damc6821.c208 u8 pwm1_auto_point_pwm[3]; member
438 return sprintf(buf, "%d\n", data->pwm1_auto_point_pwm[ix]); in get_pwm1_auto_point_pwm()
530 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in set_temp_auto_point_temp()
556 data->pwm1_auto_point_pwm[1] = clamp_val(val, 0, 254); in set_pwm1_auto_point_pwm()
558 data->pwm1_auto_point_pwm[1])) { in set_pwm1_auto_point_pwm()
563 dpwm = data->pwm1_auto_point_pwm[2] - data->pwm1_auto_point_pwm[1]; in set_pwm1_auto_point_pwm()
1020 data->pwm1_auto_point_pwm[0] = 0; in amc6821_update_device()
1021 data->pwm1_auto_point_pwm[2] = 255; in amc6821_update_device()
1022 data->pwm1_auto_point_pwm[1] = i2c_smbus_read_byte_data(client, in amc6821_update_device()
1038 (data->pwm1_auto_point_pwm[2] - in amc6821_update_device()
[all …]