Home
last modified time | relevance | path

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

/linux-6.12.1/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()
1563 result = data->pwm_auto_point_hyst[nr / 2] >> 4; in show_pwm_auto_point_temp_hyst()
1565 result = data->pwm_auto_point_hyst[nr / 2] & 0x0f; in show_pwm_auto_point_temp_hyst()
1602 data->pwm_auto_point_hyst[nr / 2] = reg; in store_pwm_auto_point_temp_hyst()