/Linux-v4.19/arch/arm/boot/dts/ |
D | at91-natte.dtsi | 71 ti,charge-current = <2000>; 72 ti,charge-voltage = <16800>; 87 ti,charge-current = <2000>; 88 ti,charge-voltage = <16800>; 103 ti,charge-current = <2000>; 104 ti,charge-voltage = <16800>; 119 ti,charge-current = <2000>; 120 ti,charge-voltage = <16800>; 135 ti,charge-current = <2000>; 136 ti,charge-voltage = <16800>; [all …]
|
D | qcom-msm8974-sony-xperia-amami.dts | 397 qcom,fast-charge-safe-current = <1300000>; 398 qcom,fast-charge-current-limit = <1300000>; 400 qcom,fast-charge-safe-voltage = <4400000>; 401 qcom,fast-charge-high-threshold-voltage = <4350000>; 402 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
D | qcom-msm8974-sony-xperia-honami.dts | 421 qcom,fast-charge-safe-current = <1500000>; 422 qcom,fast-charge-current-limit = <1500000>; 424 qcom,fast-charge-safe-voltage = <4400000>; 425 qcom,fast-charge-high-threshold-voltage = <4350000>; 426 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
/Linux-v4.19/drivers/macintosh/ |
D | apm_emu.c | 36 long charge = -1; in pmu_apm_get_power_status() local 54 if (charge < 0) in pmu_apm_get_power_status() 55 charge = 0; in pmu_apm_get_power_status() 56 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 58 charge += pmu_batteries[i].charge; in pmu_apm_get_power_status() 73 time_units = (charge * 59) / (amperage * -1); in pmu_apm_get_power_status() 75 time_units = (charge * 16440) / (amperage * -60); in pmu_apm_get_power_status()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | battery.txt | 20 - charge-full-design-microamp-hours: battery design capacity 21 - precharge-current-microamp: current for pre-charge phase 22 - charge-term-current-microamp: current for charge termination phase 23 - constant-charge-current-max-microamp: maximum constant input current 24 - constant-charge-voltage-max-microvolt: maximum constant input voltage 40 charge-full-design-microamp-hours = <1430000>; 42 charge-term-current-microamp = <128000>; 43 constant-charge-current-max-microamp = <900000>; 44 constant-charge-voltage-max-microvolt = <4200000>;
|
D | qcom_smbb.txt | 21 - charge done 22 - charge fast mode 23 - charge trickle mode 43 - qcom,fast-charge-current-limit: 46 Description: Maximum charge current; May be clamped to safety limits. 48 - qcom,fast-charge-low-threshold-voltage: 55 - qcom,fast-charge-high-threshold-voltage: 59 The fast charger will attempt to charge the battery to this 62 - qcom,fast-charge-safe-voltage: 67 'fast-charge-high-watermark' will be clamped by this value. [all …]
|
D | rt9455_charger.txt | 9 - richtek,output-charge-current: integer, output current from the charger to the 11 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 13 below output_charge_current x end-of-charge-percentage, 14 charge is terminated. 39 richtek,output-charge-current = <500000>; 40 richtek,end-of-charge-percentage = <10>;
|
D | bq24190.txt | 13 + precharge-current-microamp: maximum charge current during precharge 15 + charge-term-current-microamp: a charge cycle terminates when the 24 charge current on USB SDP ports, among other features). To simulate this on 32 charge-term-current-microamp = <128000>;
|
D | bq25890.txt | 8 - ti,charge-current: integer, maximum charging current (in uA); 9 - ti,termination-current: integer, charge will be terminated when current in 11 - ti,precharge-current: integer, maximum charge current during precharge 26 - ti,thermal-regulation-threshold: integer, temperature above which the charge 37 ti,charge-current = <1000000>;
|
D | bq24257.txt | 12 - ti,charge-current: integer, maximum charging current in uA. 13 - ti,termination-current: integer, charge will be terminated when current in 44 ti,charge-current = <1000000>; 57 ti,charge-current = <500000>;
|
D | bq2415x.txt | 24 - ti,charge-current: integer, maximum charging current in mA. 25 - ti,termination-current: integer, charge will be terminated when current in 42 ti,charge-current = <650>;
|
D | max8925_battery.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
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 29 charge voltage/current.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-samsung-laptop | 25 Description: Max battery charge level can be modified, battery cycle 26 life can be extended by reducing the max battery charge 28 0 means normal battery mode (100% charge) 29 1 means battery life extender mode (80% charge) 35 Description: Use your USB ports to charge devices, even
|
D | sysfs-bus-i2c-devices-bq32k | 5 Description: Attribute for enable/disable the trickle charge bypass 7 enable/disable the Trickle charge FET bypass.
|
/Linux-v4.19/Documentation/power/ |
D | power_supply_class.txt | 61 ~ Because both "charge" (µAh) and "energy" (µWh) represents "capacity" ~ 79 CHARGE_TYPE - batteries can typically charge at different rates. 108 CHARGE_FULL_DESIGN, CHARGE_EMPTY_DESIGN - design charge values, when 114 of charge when battery became full/empty". It also could mean "value of 115 charge when battery considered full/empty at given conditions (temperature, 120 CHARGE_COUNTER - the current charge counter (in µAh). This could easily 124 PRECHARGE_CURRENT - the maximum charge current during precharge phase 125 of charge cycle (typically 20% of battery capacity). 126 CHARGE_TERM_CURRENT - Charge termination current. The charge cycle 127 terminates when battery voltage is above recharge threshold, and charge [all …]
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 310 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_off() 320 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_error() 337 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_toggle() 339 sharpsl_pm.machinfo->charge(1); in sharpsl_charge_toggle() 529 sharpsl_pm.machinfo->charge(0); in sharpsl_check_battery_voltage() 691 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_error() 717 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery() 719 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery() 737 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery() 739 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | rtc-palmas.txt | 16 - ti,backup-battery-charge-high-current: Enable high current charging in 19 charge battery to lower current i.e. < 100uA. 29 ti,backup-battery-charge-high-current;
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 28 - adi,charge-pump-current: Charge pump current in mA. 42 - adi,charge-cancellation-enable: Enabled charge pump 43 charge cancellation for integer-N modes. 83 adi,charge-pump-current = <2500>;
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 14 - ti,charge-period: This property should contain the time in microseconds 16 split-capacitor charge period. The hardware chip 44 ti,charge-period = <156000>;
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 33 ti,charge-delay: Length of touch screen charge delay step in terms of 41 charge step, so this does in fact function as a 74 ti,charge-delay = <0x400>;
|
D | imx6ul_tsc.txt | 18 - pre-charge-time: the touch screen need some time to precharge. 36 pre-charge-time = <0xffff>;
|
/Linux-v4.19/drivers/power/supply/ |
D | wm8350_power.c | 163 char *charge; in charger_state_show() local 170 charge = "Charger Off"; in charger_state_show() 173 charge = "Trickle Charging"; in charger_state_show() 176 charge = "Fast Charging"; in charger_state_show() 182 return sprintf(buf, "%s\n", charge); in charger_state_show()
|
D | ltc2941-battery-gauge.c | 75 int charge; /* Last charge register content */ member 420 int charge = ltc294x_read_charge_register(info, LTC294X_REG_ACC_CHARGE_MSB); in ltc294x_update() local 422 if (charge != info->charge) { in ltc294x_update() 423 info->charge = charge; in ltc294x_update()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 22 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 96 maxim,fast-charge-uamp = <450000>; 141 maxim,fast-charge-uamp = <225000>;
|