Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.h85 unsigned long charge_start_time; member
H A Dsharpsl_pm.c231 && time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_ON_TIME_INTERVAL)) in sharpsl_battery_thread()
331 sharpsl_pm.charge_start_time = jiffies; in sharpsl_charge_toggle()
372 } else if (time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_FINISH_TIME)) { in sharpsl_chrg_full_timer()