Home
last modified time | relevance | path

Searched refs:next_polling (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/power/supply/
Dcharger-manager.c78 static unsigned long next_polling; /* Next appointed polling time */ variable
797 if (time_before(_next_polling, next_polling)) { in _setup_polling()
799 next_polling = _next_polling; in _setup_polling()
802 next_polling = _next_polling; in _setup_polling()
1066 if (time_after(next_polling, jiffies)) in cm_setup_timer()
1068 jiffies_to_msecs(next_polling - jiffies)); in cm_setup_timer()