Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/power/
Dcharger-manager.c524 cm->fullbatt_vchk_jiffies_at = 0; in fullbatt_vchk()
840 cm->fullbatt_vchk_jiffies_at = jiffies + msecs_to_jiffies( in fullbatt_handler()
843 if (cm->fullbatt_vchk_jiffies_at == 0) in fullbatt_handler()
844 cm->fullbatt_vchk_jiffies_at = 1; in fullbatt_handler()
1077 if (cm->fullbatt_vchk_jiffies_at) { in cm_setup_timer()
1078 fbchk_ms = jiffies_to_msecs(cm->fullbatt_vchk_jiffies_at in cm_setup_timer()
1081 cm->fullbatt_vchk_jiffies_at) || in cm_setup_timer()
1957 if (cm->fullbatt_vchk_jiffies_at) { in cm_suspend_complete()
1961 if (time_after_eq(now, cm->fullbatt_vchk_jiffies_at)) { in cm_suspend_complete()
1963 - (long)(cm->fullbatt_vchk_jiffies_at)); in cm_suspend_complete()
/linux-4.1.27/include/linux/power/
Dcharger-manager.h239 unsigned long fullbatt_vchk_jiffies_at; member