Lines Matching refs:wakeup_ms
1065 unsigned int wakeup_ms = UINT_MAX; in cm_setup_timer() local
1069 CM_MIN_VALID(wakeup_ms, in cm_setup_timer()
1087 CM_MIN_VALID(wakeup_ms, fbchk_ms); in cm_setup_timer()
1095 CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms); in cm_setup_timer()
1106 if (wakeup_ms == UINT_MAX || in cm_setup_timer()
1107 wakeup_ms < CM_RTC_SMALL * MSEC_PER_SEC) in cm_setup_timer()
1108 wakeup_ms = 2 * CM_RTC_SMALL * MSEC_PER_SEC; in cm_setup_timer()
1110 pr_info("Charger Manager wakeup timer: %u ms\n", wakeup_ms); in cm_setup_timer()
1113 add = ktime_set(wakeup_ms / MSEC_PER_SEC, in cm_setup_timer()
1114 (wakeup_ms % MSEC_PER_SEC) * NSEC_PER_MSEC); in cm_setup_timer()
1117 cm_suspend_duration_ms = wakeup_ms; in cm_setup_timer()