Searched refs:CM_MIN_VALID (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/power/
H A Dcharger-manager.c58 #define CM_MIN_VALID(x, y) x = (((y > 0) && ((x) > (y))) ? (y) : (x)) macro
1069 CM_MIN_VALID(wakeup_ms, cm_setup_timer()
1087 CM_MIN_VALID(wakeup_ms, fbchk_ms); cm_setup_timer()
1095 CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms); cm_setup_timer()

Completed in 102 milliseconds