Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-pxa/
Dsharpsl_pm.h85 unsigned long charge_start_time; member
Dsharpsl_pm.c237 && time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_ON_TIME_INTERVAL)) in sharpsl_battery_thread()
337 sharpsl_pm.charge_start_time = jiffies; in sharpsl_charge_toggle()
378 } else if (time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_FINISH_TIME)) { in sharpsl_chrg_full_timer()