Home
last modified time | relevance | path

Searched refs:charge (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/Linux-v5.15/arch/arm/boot/dts/
Dat91-natte.dtsi71 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 …]
Dqcom-msm8974-sony-xperia-amami.dts397 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>;
Dqcom-msm8974-sony-xperia-honami.dts446 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/
Dapm_emu.c25 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/
Dpower_supply_class.rst63 | **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/
Dsysfs-driver-samsung-laptop27 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
Dsysfs-bus-i2c-devices-bq32k5 Description: Attribute for enable/disable the trickle charge bypass
7 enable/disable the Trickle charge FET bypass.
Dsysfs-class-power335 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/
Dsharpsl_pm.c306 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 …]
Dcorgi_pm.c109 sharpsl_pm.machinfo->charge(0); in corgi_should_wakeup()
165 .charge = corgi_charge,
Dspitz_pm.c143 sharpsl_pm.machinfo->charge(0); in spitz_should_wakeup()
201 .charge = spitz_charge,
/Linux-v5.15/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt16 - 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/
Dmax8925_battery.txt7 - fast-charge: set charging current in fast mode
15 fast-charge = <7>;
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt14 - 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/
Dlg-laptop.rst42 sets the maximum capacity to charge the battery. Limiting the charge
55 USB charge
/Linux-v5.15/arch/arm64/boot/dts/sprd/
Dsp9860g-1h10.dts45 charge-full-design-microamp-hours = <1900000>;
46 charge-term-current-microamp = <120000>;
/Linux-v5.15/drivers/power/supply/
Dltc2941-battery-gauge.c77 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()
Dwm8350_power.c160 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/
Dti-tsc-adc.txt41 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>;
Dimx6ul_tsc.txt18 - pre-charge-time: the touch screen need some time to precharge.
36 pre-charge-time = <0xffff>;
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dmax14577.txt24 - maxim,fast-charge-uamp : Current in uA for Fast Charge;
98 maxim,fast-charge-uamp = <450000>;
143 maxim,fast-charge-uamp = <225000>;
Dmax77693.txt49 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/
Dmicrochip,qt1050.txt33 - microchip,pre-charge-time-ns:
62 microchip,pre-charge-time-ns = <10000>;
/Linux-v5.15/arch/arm64/boot/dts/freescale/
Dimx8mq-librem5-r2.dts17 ti,charge-current = <1600000>; /* uA */
Dimx8mq-librem5-r4.dts25 ti,charge-current = <1500000>; /* uA */

12345678910>>...20