Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Df71882fg.c282 u8 pwm_auto_point_hyst[2]; member
401 data->pwm_auto_point_hyst[0] = in f71882fg_update_device()
403 data->pwm_auto_point_hyst[1] = in f71882fg_update_device()
1560 result = data->pwm_auto_point_hyst[nr / 2] >> 4; in show_pwm_auto_point_temp_hyst()
1562 result = data->pwm_auto_point_hyst[nr / 2] & 0x0f; in show_pwm_auto_point_temp_hyst()
1599 data->pwm_auto_point_hyst[nr / 2] = reg; in store_pwm_auto_point_temp_hyst()