Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c268 int temp_now; in predict_normal_temp() local
287 temp_now = temp_mid + (gain * (milli_deg - temp_mid) >> BASE_SHIFT); in predict_normal_temp()
291 temp_last = temp_now; in predict_normal_temp()
303 int temp_now; in predict_cur_temp() local
322 temp_now = in predict_cur_temp()
327 cur_last = temp_now; in predict_cur_temp()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsbs.c69 u16 temp_now; member
230 val->intval = battery->temp_now - 2730; // dK -> dC in acpi_sbs_battery_get_property()
318 {0x08, SMBUS_READ_WORD, offsetof(struct acpi_battery, temp_now)},
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dabx500.h264 int temp_now; member
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c1031 int temp_now; in predict_temp() local
1072 temp_now = (temp_mid * BASE + gain * (temp - temp_mid)) >> BASE_SHIFT; in predict_temp()
1081 temp_last = temp_now; in predict_temp()