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

/linux-master/drivers/power/supply/
H A Dcharger-manager.c67 #define CM_MIN_VALID(x, y) x = (((y > 0) && ((x) > (y))) ? (y) : (x)) macro
867 CM_MIN_VALID(wakeup_ms,
878 CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms);

Completed in 144 milliseconds