Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/power/supply/
Dcharger-manager.c769 if (is_polling_required(cm) && cm->desc->polling_interval_ms) { in _setup_polling()
772 if (min > cm->desc->polling_interval_ms) in _setup_polling()
773 min = cm->desc->polling_interval_ms; in _setup_polling()
877 if (is_polling_required(cm) && cm->desc->polling_interval_ms) in misc_event_handler()
1091 if (cm->desc->polling_interval_ms == 0) in cm_setup_timer()
1093 CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms); in cm_setup_timer()
1492 &desc->polling_interval_ms); in of_cm_parse_desc()
1696 (desc->polling_interval_ms == 0 || in charger_manager_probe()
1697 msecs_to_jiffies(desc->polling_interval_ms) <= CM_JIFFIES_SMALL)) { in charger_manager_probe()
/Linux-v5.4/include/linux/power/
Dcharger-manager.h173 unsigned int polling_interval_ms; member
/Linux-v5.4/Documentation/power/
Dcharger-manager.rst148 `unsigned int polling_interval_ms;`
150 this battery every polling_interval_ms or more frequently.