Lines Matching full:charging

53  * Default temperature threshold for charging.
149 * actually charging or not.
214 bool charging = false; in is_charging() local
222 /* If at least one of the charger is charging, return yes */ in is_charging()
268 /* Then, this is charging. */ in is_charging()
269 charging = true; in is_charging()
273 return charging; in is_charging()
368 * the charger is charging or not (because battery is full or no external
386 * Save start time of charging to limit in try_charger_enable()
387 * maximum possible charging time. in try_charger_enable()
404 * Save end time of charging to maintain fully charged state in try_charger_enable()
422 * Abnormal battery state - Stop charging forcibly, in try_charger_enable()
443 * check_charging_duration - Monitor charging/discharging duration
446 * If whole charging duration exceed 'charging_max_duration_ms',
447 * cm stop charging to prevent overcharge/overheat. If discharging
449 * attached, after full-batt, cm start charging to maintain fully
467 dev_info(cm->dev, "Charging duration exceed %ums\n", in check_charging_duration()
581 /* Check if charging duration exeeds limit. */ in cm_get_target_status()
594 /* Charging is allowed. */ in cm_get_target_status()
778 /* Do not adjust SOC when charging: voltage is overrated */ in charger_get_property()
1028 * select the charger cable for charging among a number of external cable
1153 …ntrolled in charger-manager because charger-manager must need at least one charger for charging\n", in charger_externally_control_store()
1165 * user-space. If some development board use one more chargers for charging
1226 …register regulator because charger-manager must need at least one charger for charging battery\n"); in charger_manager_prepare_sysfs()
1341 of_property_read_u32(np, "cm-charging-max", in of_cm_parse_desc()
1511 …dev_info(&pdev->dev, "Cannot limit charging duration checking mechanism to prevent overcharge/over… in charger_manager_probe()
1614 * Charger-manager have to check the charging state right after in charger_manager_probe()
1615 * initialization of charger-manager and then update current charging in charger_manager_probe()