Lines Matching full:charging

185 	POWER_SUPPLY_TYPE_USB_DCP,		/* Dedicated Charging Port */
186 POWER_SUPPLY_TYPE_USB_CDP, /* Charging Downstream Port */
191 POWER_SUPPLY_TYPE_APPLE_BRICK_ID, /* Apple Charging Method */
198 POWER_SUPPLY_USB_TYPE_DCP, /* Dedicated Charging Port */
199 POWER_SUPPLY_USB_TYPE_CDP, /* Charging Downstream Port */
205 POWER_SUPPLY_USB_TYPE_APPLE_BRICK_ID, /* Apple Charging Method */
359 * struct power_supply_maintenance_charge_table - setting for maintenace charging
360 * @charge_current_max_ua: maintenance charging current that is used to keep
361 * the charge of the battery full as current is consumed after full charging.
363 * reach this voltage the maintenance charging current is turned off. It is
365 * @charge_voltage_max_uv: maintenance charging voltage that is usually a bit
368 * @safety_timer_minutes: maintenance charging safety timer, with an expiry
369 * time in minutes. We will only use maintenance charging in this setting
373 * charging setting, disable charging until we reach
374 * charge_restart_voltage_uv and restart ordinary CC/CV charging from there.
378 * Ordinary CC/CV charging will stop charging when the charge current goes
396 * To prolong the life of the battery, maintenance charging is applied after
407 * Maintenance charging uses the voltages from this table: a table of settings
409 * CC/CV charging. The maintenance charging will for safety reasons not go on
411 * settings, then disable charging completely after we reach the last one,
412 * and after that we do not restart charging until we reach
414 * ordinary CC/CV charging from there.
422 * For most mobile electronics this type of maintenance charging is enough for
424 * charging cycles are complete, if the current and voltage has been chosen
429 * charging, ordinary CC/CV charging is restarted. This can happen if the
430 * device is e.g. actively used during charging, so more current is drawn than
451 * level the battery will need precharging when using CC/CV charging.
456 * charging the battery in microamperes. This is the charging phase when the
463 * CC (constant current) charging phase defined by constant_charge_current_ua
466 * charging phase drops below this value in microamperes the charging will
468 * poles reach charge_restart_voltage_uv unless we use maintenance charging.
470 * CC/CV charging and charging has been disabled, and the voltage subsequently
471 * drops below this value in microvolts, the charging will be restarted
472 * (typically using CV charging).
474 * voltage_max_design_uv and we reach this voltage level, all charging must
478 * (constant current) charging phase. The charging rate is limited
479 * by this current. This is the main charging phase and as the current is
483 * the CC (constant current) charging phase and the beginning of the CV
484 * (constant voltage) charging phase.
485 * @maintenance_charge: an array of maintenance charging settings to be used
486 * after the main CC/CV charging phase is complete.
487 * @maintenance_charge_size: the number of maintenance charging settings in
489 * @alert_low_temp_charge_current_ua: The charging current to use if the battery
491 * temp_alert_min and temp_min. No matter the charging phase, this
494 * but for the charging voltage.
495 * @alert_high_temp_charge_current_ua: The charging current to use if the
497 * between temp_alert_max and temp_max. No matter the charging phase, this
499 * the charging current as an evasive manouver.
501 * alert_high_temp_charge_current_ua, but for the charging voltage.
508 * battery at fabrication time while charging, expressed in microohms.
509 * The charging process will affect the internal resistance of the battery
560 * when the battery is charging. Being under charge changes the battery's
581 * CC/CV CHARGING:
583 * The charging parameters here assume a CC/CV charging scheme. This method
600 * |. (trickle charging)
623 * With CC/CV charging commence over time like this for an empty battery:
632 * to as "trickle charging" but the use in the Linux kernel is different
635 * 3. Then the main charging current is applied, which is called the constant
651 * charging, the charging will not restart until power dissipation makes the
653 * we restart charging at the appropriate phase, usually this will be inside
656 * If we support maintenance charging the voltage is however kept high after
662 * All charging MUST terminate if the overvoltage_limit_uv is ever reached.
817 int vbat_uv, bool charging);