| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | lp8727_charger.txt | 11 AC and USB charging parameters 14 - charging-current: value of 'enum lp8727_ichg' (u8) 30 /* AC charger: 5% EOC and 500mA charging current */ 34 charging-current = /bits/ 8 <4>; 37 /* USB charger: 10% EOC and 400mA charging current */ 41 charging-current = /bits/ 8 <2>;
|
| H A D | charger-manager.txt | 22 external power is connected, or 3 for when charging. If not present, 28 - cm-fullbatt-vchkdrop-volt : voltage drop (in uV) before restarting charging 33 - cm-battery-* : threshold battery temperature for charging 34 -cold : critical cold temperature of battery for charging 36 -hot : critical hot temperature of battery for charging 38 - cm-dis/charging-max = limits of charging duration 70 /* Allow charging for 5hr */ 71 cm-charging-max = <18000000>;
|
| H A D | twl-charger.txt | 4 to know when charging is permissible, and when there is a connection 11 use USB power for charging. 20 - ti,bb-uvolt: microvolts for charging the backup battery. 21 - ti,bb-uamp: microamps for charging the backup battery.
|
| H A D | qcom_smbb.txt | 51 Description: Battery voltage limit above which fast charging may operate; 52 Below this value linear or switch-mode auto-trickle-charging 58 Description: Battery voltage limit below which fast charging may operate; 80 will restart charging after end-of-charge; The high cutoff 86 Description: Input voltage level above which charging may operate 103 temperature range. It only allows charging when the battery 120 input voltage from external VBUS for charging. In the
|
| H A D | qcom,coincell-charger.txt | 3 The hardware block controls charging for a coincell or capacitor that is 26 Definition: voltage (in millivolts) to apply for charging 32 Definition: defining this property disables charging
|
| H A D | bq25890.txt | 14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); 15 - ti,charge-current: integer, maximum charging current (in uA); 20 - ti,minimum-sys-voltage: integer, when battery is charging and it is below 38 - ti,ibatcomp-clamp-microvolt: integer, maximum charging voltage adjustment due
|
| H A D | sc89890-charger.txt | 10 - sc,battery-regulation-voltage: integer, maximum charging voltage (in uV); 11 - sc,charge-current: integer, maximum charging current (in uA); 16 - sc,minimum-sys-voltage: integer, when battery is charging and it is below
|
| H A D | tps65090.txt | 7 -ti,enable-low-current-chrg: Enables charging when a low current is detected 8 while the default logic is to stop charging.
|
| H A D | max8925_battery.txt | 6 - topoff-threshold: set charging current in topoff mode 7 - fast-charge: set charging current in fast mode
|
| H A D | ti,bq24735.txt | 15 - ti,charge-current : Used to control and set the charging current. This value 19 - ti,charge-voltage : Used to control and set the charging voltage. This value 28 and that the host should not attempt to enable/disable charging or set the
|
| H A D | bq2415x.txt | 23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV. 24 - ti,charge-current: integer, maximum charging current in mA.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-power | 61 used for discharging batteries, positive values for charging 101 used for discharging batteries, positive values for charging 136 This is normally used for the charging scenario where 139 user that the temperature is critically high, and charging has 161 This is normally used for the charging scenario where user-space 164 temperature level is high, and charging current has been 178 charging. 195 charging. 212 battery, during charging. 335 Maximum allowable charging current. Used for charge rate [all …]
|
| H A D | sysfs-class-power-twl4030 | 4 Writing to this can disable charging. 25 Writing to this can disable charging.
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | sc2731_charger.c | 62 bool charging; member 211 if (!info->charging) { in sc2731_charger_usb_set_property() 250 if (info->charging) in sc2731_charger_usb_get_property() 257 if (!info->charging) { in sc2731_charger_usb_get_property() 269 if (!info->charging) { in sc2731_charger_usb_get_property() 331 if (info->limit > 0 && !info->charging) { in sc2731_charger_work() 345 info->charging = true; in sc2731_charger_work() 346 } else if (!info->limit && info->charging) { in sc2731_charger_work() 348 info->charging = false; in sc2731_charger_work()
|
| H A D | bq24735-charger.c | 55 bool charging; member 222 if (charger->charging && bq24735_charger_is_present(charger)) in bq24735_update() 294 charger->charging = true; in bq24735_charger_set_property() 303 charger->charging = false; in bq24735_charger_set_property() 366 charger->charging = true; in bq24735_charger_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | rtc-palmas.txt | 14 battery is chargeable or not. If charging battery then driver can 15 enable the charging. 16 - ti,backup-battery-charge-high-current: Enable high current charging in 17 backup battery. Device supports the < 100uA and > 100uA charging.
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 501 int voltage, soc, charging = 1; in charge_extrem_low_power() local 516 charging = fg_charger_get_chrg_online(dev); in charge_extrem_low_power() 517 if (charging <= 0) { in charge_extrem_low_power() 519 __func__, charging); in charge_extrem_low_power() 582 int i, charging = 1, ret; in charge_animation_show() local 626 charging = fg_charger_get_chrg_online(dev); in charge_animation_show() 627 if (charging <= 0 && pdata->auto_exit_charge) { in charge_animation_show() 650 if (charging <= 0) { in charge_animation_show() 718 charging = fg_charger_get_chrg_online(dev); in charge_animation_show() 719 if (charging <= 0) { in charge_animation_show() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | bq25700.txt | 7 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); 8 - ti,charge-current: integer, maximum charging current (in uA); 9 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
|
| H A D | bq25703.txt | 7 - ti,max-charge-voltage: integer, maximum charging voltage (in uV); 8 - ti,charge-current: integer, maximum charging current (in uA); 9 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-hp6xx/ |
| H A D | hp6xx_apm.c | 32 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local 37 charging = adc_single(ADC_CHANNEL_CHARGE); in hp6x0_apm_get_power_status() 58 } else if (charging < 8) { in hp6x0_apm_get_power_status()
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | apm_emu.c | 24 char charging = 0; in pmu_apm_get_power_status() local 53 charging++; in pmu_apm_get_power_status() 67 if (charging > 0) { in pmu_apm_get_power_status()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tps65010.c | 65 unsigned charging:1; member 206 seq_printf(s, "%scharging\n\n", tps->charging ? "" : "(not) "); in dbg_show() 352 unsigned charging = 0; in tps65010_interrupt() local 370 charging = 1; in tps65010_interrupt() 372 charging = 1; in tps65010_interrupt() 374 if (charging != tps->charging) { in tps65010_interrupt() 375 tps->charging = charging; in tps65010_interrupt() 377 DRIVER_NAME, charging ? "" : in tps65010_interrupt() 386 if ((tps->model != TPS65013 || !tps->charging) in tps65010_interrupt()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/power/ |
| H A D | tps65090.txt | 7 -ti,enable-low-current-chrg: Enables charging when a low current is detected 8 while the default logic is to stop charging.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.power-framework | 40 to start charging the battery, use PMIC to reduce board's overall power 90 2. Complex battery charging. 111 for performing the charging 114 how they handle the exact charging. Trats uses polling (MAX8997) and trats2 163 code responsible for charging them and since it in fact describes the charging
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | twl4030-madc-hwmon.rst | 48 degree Celsius. The Battery charging current channel represents 49 battery charging current in mA.
|