Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Df71882fg.c287 u8 pwm_auto_point_hyst[2]; member
1258 data->pwm_auto_point_hyst[0] = in f71882fg_update_device()
1260 data->pwm_auto_point_hyst[1] = in f71882fg_update_device()
2027 result = data->pwm_auto_point_hyst[nr / 2] >> 4; in show_pwm_auto_point_temp_hyst()
2029 result = data->pwm_auto_point_hyst[nr / 2] & 0x0f; in show_pwm_auto_point_temp_hyst()
2066 data->pwm_auto_point_hyst[nr / 2] = reg; in store_pwm_auto_point_temp_hyst()