/Linux-v5.15/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 | 446 qcom,fast-charge-safe-current = <1500000>; 447 qcom,fast-charge-current-limit = <1500000>; 449 qcom,fast-charge-safe-voltage = <4400000>; 450 qcom,fast-charge-high-threshold-voltage = <4350000>; 451 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
/Linux-v5.15/drivers/macintosh/ |
D | apm_emu.c | 25 long charge = -1; in pmu_apm_get_power_status() local 43 if (charge < 0) in pmu_apm_get_power_status() 44 charge = 0; in pmu_apm_get_power_status() 45 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 47 charge += pmu_batteries[i].charge; in pmu_apm_get_power_status() 62 time_units = (charge * 59) / (amperage * -1); in pmu_apm_get_power_status() 64 time_units = (charge * 16440) / (amperage * -60); in pmu_apm_get_power_status()
|
/Linux-v5.15/Documentation/power/ |
D | power_supply_class.rst | 63 | **Because both "charge" (µAh) and "energy" (µWh) represents "capacity" | 88 batteries can typically charge at different rates. 125 design charge values, when battery considered full/empty. 131 These attributes means "last remembered value of charge when battery 132 became full/empty". It also could mean "value of charge when battery 140 the current charge counter (in µAh). This could easily 145 the maximum charge current during precharge phase of charge cycle 149 Charge termination current. The charge cycle terminates when battery 150 voltage is above recharge threshold, and charge current is below 154 constant charge current programmed by charger. [all …]
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-driver-samsung-laptop | 27 Description: Max battery charge level can be modified, battery cycle 28 life can be extended by reducing the max battery charge 31 - 0 means normal battery mode (100% charge) 32 - 1 means battery life extender mode (80% charge) 38 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.
|
D | sysfs-class-power | 335 Maximum allowable charging current. Used for charge rate 380 algorithm to adjust the charge rate dynamically, without 423 for a battery charge cycle. 594 charger operates in fast-charge mode. When the timer expires 595 the device will terminate fast-charge mode (charging current 609 charger operates in fast-charge mode. When the timer expires 610 the device will terminate fast-charge mode (charging current 625 charge mode drops below this value, the charger will trigger 640 charger operates in top-off charge mode. When the timer expires 641 the device will terminate top-off charge mode (charging current [all …]
|
/Linux-v5.15/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 306 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_off() 316 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_error() 333 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_toggle() 335 sharpsl_pm.machinfo->charge(1); in sharpsl_charge_toggle() 525 sharpsl_pm.machinfo->charge(0); in sharpsl_check_battery_voltage() 687 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_error() 713 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery() 715 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery() 733 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery() 735 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery() [all …]
|
D | corgi_pm.c | 109 sharpsl_pm.machinfo->charge(0); in corgi_should_wakeup() 165 .charge = corgi_charge,
|
D | spitz_pm.c | 143 sharpsl_pm.machinfo->charge(0); in spitz_should_wakeup() 201 .charge = spitz_charge,
|
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/power/supply/ |
D | max8925_battery.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
/Linux-v5.15/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-v5.15/Documentation/admin-guide/laptops/ |
D | lg-laptop.rst | 42 sets the maximum capacity to charge the battery. Limiting the charge 55 USB charge
|
/Linux-v5.15/arch/arm64/boot/dts/sprd/ |
D | sp9860g-1h10.dts | 45 charge-full-design-microamp-hours = <1900000>; 46 charge-term-current-microamp = <120000>;
|
/Linux-v5.15/drivers/power/supply/ |
D | ltc2941-battery-gauge.c | 77 int charge; /* Last charge register content */ member 422 int charge = ltc294x_read_charge_register(info, LTC294X_REG_ACC_CHARGE_MSB); in ltc294x_update() local 424 if (charge != info->charge) { in ltc294x_update() 425 info->charge = charge; in ltc294x_update()
|
D | wm8350_power.c | 160 char *charge; in charger_state_show() local 167 charge = "Charger Off"; in charger_state_show() 170 charge = "Trickle Charging"; in charger_state_show() 173 charge = "Fast Charging"; in charger_state_show() 179 return sprintf(buf, "%s\n", charge); in charger_state_show()
|
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 41 ti,charge-delay: Length of touch screen charge delay step in terms of 49 charge step, so this does in fact function as a 82 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-v5.15/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 24 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 98 maxim,fast-charge-uamp = <450000>; 143 maxim,fast-charge-uamp = <225000>;
|
D | max77693.txt | 49 will operate in fast charge constant current mode till battery voltage 50 reaches this level. Then the charger will switch to fast charge constant 71 - maxim,charge-input-threshold-microvolt : Threshold voltage in uV for 177 maxim,charge-input-threshold-microvolt = <4300000>;
|
/Linux-v5.15/Documentation/devicetree/bindings/input/ |
D | microchip,qt1050.txt | 33 - microchip,pre-charge-time-ns: 62 microchip,pre-charge-time-ns = <10000>;
|
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | imx8mq-librem5-r2.dts | 17 ti,charge-current = <1600000>; /* uA */
|
D | imx8mq-librem5-r4.dts | 25 ti,charge-current = <1500000>; /* uA */
|