Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Df71882fg.c277 u8 temp_ovt[4]; member
528 * Note on the f8000 temp_ovt (crit) is used as max, and temp_high (max)
1228 data->temp_ovt[nr] = f71882fg_read8(data, in f71882fg_update_device()
1677 return sprintf(buf, "%d\n", data->temp_ovt[nr] * 1000); in show_temp_crit()
1696 data->temp_ovt[nr] = val; in store_temp_crit()
1714 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Df71882fg.c272 u8 temp_ovt[4]; member
371 data->temp_ovt[nr] = f71882fg_read8(data, in f71882fg_update_device()
650 return sprintf(buf, "%d\n", data->temp_ovt[nr] * 1000); in show_temp_crit()
669 data->temp_ovt[nr] = val; in store_temp_crit()
687 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst()
882 * Note on the f8000 temp_ovt (crit) is used as max, and temp_high (max)

Completed in 8 milliseconds