Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dlm93.c280 u8 auto_pwm_min_hyst[2]; member
979 data->auto_pwm_min_hyst[0] = in lm93_update_client_common()
981 data->auto_pwm_min_hyst[1] = in lm93_update_client_common()
1528 reg = data->auto_pwm_min_hyst[nr/2] >> 4 & 0x0f; in temp_auto_pwm_min_show()
1556 data->auto_pwm_min_hyst[nr/2] = reg; in temp_auto_pwm_min_store()
1574 data->auto_pwm_min_hyst[nr / 2], mode)); in temp_auto_offset_hyst_show()
1597 reg = data->auto_pwm_min_hyst[nr/2]; in temp_auto_offset_hyst_store()
1599 data->auto_pwm_min_hyst[nr/2] = reg; in temp_auto_offset_hyst_store()