Lines Matching full:charging
54 * Default temperature threshold for charging.
150 * actually charging or not.
215 bool charging = false; in is_charging() local
223 /* If at least one of the charger is charging, return yes */ in is_charging()
269 /* Then, this is charging. */ in is_charging()
270 charging = true; in is_charging()
274 return charging; in is_charging()
369 * the charger is charging or not (because battery is full or no external
387 * Save start time of charging to limit in try_charger_enable()
388 * maximum possible charging time. in try_charger_enable()
405 * Save end time of charging to maintain fully charged state in try_charger_enable()
423 * Abnormal battery state - Stop charging forcibly, in try_charger_enable()
444 * check_charging_duration - Monitor charging/discharging duration
447 * If whole charging duration exceed 'charging_max_duration_ms',
448 * cm stop charging to prevent overcharge/overheat. If discharging
450 * attached, after full-batt, cm start charging to maintain fully
468 dev_info(cm->dev, "Charging duration exceed %ums\n", in check_charging_duration()
582 /* Check if charging duration exceeds limit. */ in cm_get_target_status()
595 /* Charging is allowed. */ in cm_get_target_status()
779 /* Do not adjust SOC when charging: voltage is overrated */ in charger_get_property()
1026 * select the charger cable for charging among a number of external cable
1151 …ntrolled in charger-manager because charger-manager must need at least one charger for charging\n", in charger_externally_control_store()
1163 * user-space. If some development board use one more chargers for charging
1224 …register regulator because charger-manager must need at least one charger for charging battery\n"); in charger_manager_prepare_sysfs()
1340 of_property_read_u32(np, "cm-charging-max", in of_cm_parse_desc()
1509 …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()