polling_interval_ms  769 drivers/power/supply/charger-manager.c 		if (is_polling_required(cm) && cm->desc->polling_interval_ms) {
polling_interval_ms  772 drivers/power/supply/charger-manager.c 			if (min > cm->desc->polling_interval_ms)
polling_interval_ms  773 drivers/power/supply/charger-manager.c 				min = cm->desc->polling_interval_ms;
polling_interval_ms  877 drivers/power/supply/charger-manager.c 	if (is_polling_required(cm) && cm->desc->polling_interval_ms)
polling_interval_ms 1091 drivers/power/supply/charger-manager.c 		if (cm->desc->polling_interval_ms == 0)
polling_interval_ms 1093 drivers/power/supply/charger-manager.c 		CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms);
polling_interval_ms 1492 drivers/power/supply/charger-manager.c 				&desc->polling_interval_ms);
polling_interval_ms 1696 drivers/power/supply/charger-manager.c 	    (desc->polling_interval_ms == 0 ||
polling_interval_ms 1697 drivers/power/supply/charger-manager.c 	     msecs_to_jiffies(desc->polling_interval_ms) <= CM_JIFFIES_SMALL)) {
polling_interval_ms  173 include/linux/power/charger-manager.h 	unsigned int polling_interval_ms;