Searched refs:temp_crit_hyst (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | tmp401.c | 149 u8 temp_crit_hyst; member 267 data->temp_crit_hyst = val; in tmp401_update_device() 304 temp -= data->temp_crit_hyst * 1000; in temp_crit_hyst_show() 385 data->temp_crit_hyst = reg; in temp_crit_hyst_store() 465 static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_crit_hyst, 0); 476 static SENSOR_DEVICE_ATTR_RO(temp2_crit_hyst, temp_crit_hyst, 1); 546 static SENSOR_DEVICE_ATTR_RO(temp3_crit_hyst, temp_crit_hyst, 2);
|
H A D | f71882fg.c | 1707 int temp_crit_hyst; in show_temp_crit_hyst() local 1711 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_crit_hyst() 1713 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_crit_hyst() 1714 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst() 1717 return sprintf(buf, "%d\n", temp_crit_hyst); in show_temp_crit_hyst()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | f71882fg.c | 680 int temp_crit_hyst; in show_temp_crit_hyst() local 684 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_crit_hyst() 686 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_crit_hyst() 687 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst() 690 return sprintf(buf, "%d\n", temp_crit_hyst); in show_temp_crit_hyst()
|
Completed in 8 milliseconds