Searched refs:CM_RTC_SMALL (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/power/supply/
H A Dcharger-manager.c70 * Regard CM_RTC_SMALL (sec) is small enough to ignore error in invoking
73 #define CM_RTC_SMALL (2) macro
887 * The alarm time should be NOW + CM_RTC_SMALL or later.
890 wakeup_ms < CM_RTC_SMALL * MSEC_PER_SEC)
891 wakeup_ms = 2 * CM_RTC_SMALL * MSEC_PER_SEC;

Completed in 219 milliseconds