Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dcharger-manager.c658 if (is_polling_required(cm) && cm->desc->polling_interval_ms) { in _setup_polling()
661 if (min > cm->desc->polling_interval_ms) in _setup_polling()
662 min = cm->desc->polling_interval_ms; in _setup_polling()
876 if (cm->desc->polling_interval_ms == 0) in cm_setup_timer()
878 CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms); in cm_setup_timer()
1299 &desc->polling_interval_ms); in of_cm_parse_desc()
1501 (desc->polling_interval_ms == 0 || in charger_manager_probe()
1502 msecs_to_jiffies(desc->polling_interval_ms) <= CM_JIFFIES_SMALL)) { in charger_manager_probe()
/openbmc/linux/include/linux/power/
H A Dcharger-manager.h167 unsigned int polling_interval_ms; member
/openbmc/linux/Documentation/power/
H A Dcharger-manager.rst148 `unsigned int polling_interval_ms;`
150 this battery every polling_interval_ms or more frequently.