Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Df71882fg.c300 u8 pwm_auto_point_hyst[2]; member
1271 data->pwm_auto_point_hyst[0] = in f71882fg_update_device()
1273 data->pwm_auto_point_hyst[1] = in f71882fg_update_device()
2040 result = data->pwm_auto_point_hyst[nr / 2] >> 4; in show_pwm_auto_point_temp_hyst()
2042 result = data->pwm_auto_point_hyst[nr / 2] & 0x0f; in show_pwm_auto_point_temp_hyst()
2079 data->pwm_auto_point_hyst[nr / 2] = reg; in store_pwm_auto_point_temp_hyst()