Lines Matching full:charge
38 /* End-of-charge criteria counter */
180 * @test_delta_i: the delta between the current we want to charge and the
212 * @maintenance_chg: indicate if maintenance charge is active
325 * abx500_chargalg_state_to() - Change charge state
328 * This function gets called when a charge state change should occur
373 * and change charge state accordingly. AC has precedence over USB.
418 * and change charge state accordingly.
450 dev_err(di->dev, "Unknown charger to charge from\n"); in abx500_chargalg_start_safety_timer()
478 * The maintenance timer is used to maintain the charge in the battery once
542 * The AC charger will be turned on/off with the requested charge voltage and
580 * The USB charger will be turned on/off with the requested charge voltage and
710 dev_err(di->dev, "Unknown charger to charge from\n"); in abx500_chargalg_start_charging()
720 * charge state is changed accordingly
781 * abx500_chargalg_end_of_charge() - Check if end-of-charge criteria is fulfilled
784 * End-of-charge criteria is fulfilled when the battery voltage is above a
1629 /* Start charging directly if the new state is a charge state */ in abx500_chargalg_algorithm()