Searched refs:now_temp (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | rk818_charger.c | 1421 int now_temp = temp; in rk818_cg_temperature_notifier_call() local 1424 DBG("%s: receive notify temperature = %d\n", __func__, now_temp); in rk818_cg_temperature_notifier_call() 1430 if (now_temp >= down_temp && now_temp <= up_temp) { in rk818_cg_temperature_notifier_call() 1443 now_temp, down_temp, up_temp, in rk818_cg_temperature_notifier_call() 1450 now_temp, down_temp, up_temp, in rk818_cg_temperature_notifier_call() 1472 now_temp, in rk818_cg_temperature_notifier_call()
|
| H A D | rk816_battery.c | 3755 int now_temp = temp; in rk816_bat_temperature_chrg() local 3763 if (now_temp >= down_temp && now_temp <= up_temp) { in rk816_bat_temperature_chrg() 3783 now_temp, down_temp, up_temp, cur); in rk816_bat_temperature_chrg() 3787 now_temp, down_temp, up_temp, in rk816_bat_temperature_chrg() 3816 now_temp, cur, CHRG_CUR_INPUT[(usb_ctrl & 0x0f)]); in rk816_bat_temperature_chrg()
|