Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A 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()
2028 result = data->pwm_auto_point_hyst[nr / 2] >> 4; in show_pwm_auto_point_temp_hyst()
2030 result = data->pwm_auto_point_hyst[nr / 2] & 0x0f; in show_pwm_auto_point_temp_hyst()
2067 data->pwm_auto_point_hyst[nr / 2] = reg; in store_pwm_auto_point_temp_hyst()
/kernel/linux/linux-6.6/drivers/hwmon/
H A 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()

Completed in 7 milliseconds