Searched refs:fullbatt_vchk_jiffies_at (Results 1 – 2 of 2) sorted by relevance
524 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()1960 if (cm->fullbatt_vchk_jiffies_at) { in cm_suspend_complete()1964 if (time_after_eq(now, cm->fullbatt_vchk_jiffies_at)) { in cm_suspend_complete()1966 - (long)(cm->fullbatt_vchk_jiffies_at)); in cm_suspend_complete()
239 unsigned long fullbatt_vchk_jiffies_at; member