Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.3-rc2/arch/arm/boot/dts/
A 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>;
135 ti,charge-current = <2000>;
151 ti,charge-current = <2000>;
167 ti,charge-current = <2000>;
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Dgpio-charger.yaml38 charge-status-gpios:
42 charge-current-limit-gpios:
47 charge-current-limit-mapping:
58 charge-current-limit-gpios property. Bit 1 second to last
68 - charge-status-gpios
70 - charge-current-limit-gpios
73 charge-current-limit-gpios: [ charge-current-limit-mapping ]
74 charge-current-limit-mapping: [ charge-current-limit-gpios ]
87 charge-status-gpios = <&gpc 27 GPIO_ACTIVE_LOW>;
89 charge-current-limit-gpios = <&gpioA 11 GPIO_ACTIVE_HIGH>,
[all …]
A Dqcom,pm8941-charger.yaml23 - description: charge done
24 - description: charge fast mode
25 - description: charge trickle mode
43 qcom,fast-charge-current-limit:
49 qcom,fast-charge-low-threshold-voltage:
57 qcom,fast-charge-high-threshold-voltage:
66 qcom,fast-charge-safe-voltage:
75 qcom,fast-charge-safe-current:
120 usb-charge-current-limit:
125 Default USB charge current limit in uA.
[all …]
A Drichtek,rt9455.yaml25 richtek,output-charge-current:
29 richtek,end-of-charge-percentage:
32 percent of the output charge current. When the current in constant-voltage phase drops
33 below output_charge_current x end-of-charge-percentage, charge is terminated.
61 - richtek,output-charge-current
62 - richtek,end-of-charge-percentage
82 richtek,output-charge-current = <500000>;
83 richtek,end-of-charge-percentage = <10>;
A Drohm,bd99954.yaml33 # a) Trickle-charge with constant current (8).
34 # b) pre-charge with constant current (6)
35 # c) fast-charge with:
70 # - trickle-charge-current-microamp:
71 # Current used at trickle-charge phase (8 in above chart)
76 # Current used at pre-charge phase (6 in above chart)
80 # - constant-charge-current-max-microamp
85 # - constant-charge-voltage-max-microvolt
96 # - re-charge-voltage-microvolt
108 # - charge-term-current-microamp
[all …]
A Dbattery.yaml51 re-charge-voltage-microvolt:
63 charge-full-design-microamp-hours:
66 trickle-charge-current-microamp:
67 description: current for trickle-charge phase
70 description: current for pre-charge phase
75 charge-term-current-microamp:
76 description: current for charge termination phase
78 constant-charge-current-max-microamp:
81 constant-charge-voltage-max-microvolt:
151 re-charge-voltage-microvolt = <250000>;
[all …]
A Dsc2731-charger.yaml29 - charge-term-current-microamp: current for charge termination phase.
30 - constant-charge-voltage-max-microvolt: maximum constant input voltage.
38 charge-term-current-microamp = <120000>;
39 constant-charge-voltage-max-microvolt = <4350000>;
A Dsummit,smb347-charger.yaml42 summit,enable-charge-control:
51 description: Voltage threshold to transit to fast charge mode (in uV)
61 summit,charge-current-compensation-microamp:
114 summit,charge-current-compensation-microamp:
127 summit,charge-current-compensation-microamp:
156 summit,enable-charge-control = <SMB3XX_CHG_ENABLE_PIN_ACTIVE_HIGH>;
179 constant-charge-current-max-microamp = <1800000>;
A Dbq2515x.yaml14 The BQ2515x family is a highly integrated battery charge management IC that
47 charge-enable-gpios:
71 constant-charge-current-max-microamp = <50000>;
73 constant-charge-voltage-max-microvolt = <4000000>;
89 charge-enable-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
A Dcpcap-charger.yaml29 - description: reverse charge interrupt
33 - description: charge current 2 interrupt
34 - description: charge current 1 interrupt
55 - description: battery charge current
69 charge controller that is controlled with two GPIOs
A Dbq25890.yaml38 ti,charge-current:
45 charge will be terminated when current in constant-voltage phase
50 description: maximum charge current during precharge phase (in uA)
79 temperature above which the charge current is lowered, to avoid overheating
93 - ti,charge-current
117 ti,charge-current = <1000000>;
A Dsc27xx-fg.yaml38 - const: charge-vol
70 charge-full-design-microamp-hours = <1900000>;
71 constant-charge-voltage-max-microvolt = <4350000>;
92 io-channel-names = "bat-temp", "charge-vol";
A Dmaxim,max14577.yaml39 maxim,fast-charge-uamp:
57 - maxim,fast-charge-uamp
71 maxim,fast-charge-uamp:
80 maxim,fast-charge-uamp:
A Drichtek,rt9467.yaml17 regulation, and charge termination. The charge current is regulated through
38 charge-enable-gpios:
72 charge-enable-gpios = <&gpio26 1 GPIO_ACTIVE_LOW>;
A Dbq2415x.yaml48 ti,charge-current:
55 charge will be terminated when current in constant-voltage phase drops
72 - ti,charge-current
91 ti,charge-current = <650>;
A Dbq24190.yaml54 - precharge-current-microamp: maximum charge current during precharge phase
56 - charge-term-current-microamp: a charge cycle terminates when the battery voltage is
75 charge-term-current-microamp = <128000>;
A Dbq24257.yaml33 ti,charge-current:
40 charge will be terminated when current in constant-voltage phase
78 - ti,charge-current
100 ti,charge-current = <1000000>;
118 ti,charge-current = <500000>;
/linux-6.3-rc2/drivers/macintosh/
A 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-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Drk3326-odroid-go2.dts42 charge-full-design-microamp-hours = <3000000>;
43 charge-term-current-microamp = <300000>;
44 constant-charge-current-max-microamp = <2000000>;
45 constant-charge-voltage-max-microvolt = <4200000>;
A Drk3566-anbernic-rg353vs.dts22 charge-full-design-microamp-hours = <3151000>;
23 charge-term-current-microamp = <300000>;
24 constant-charge-current-max-microamp = <2000000>;
25 constant-charge-voltage-max-microvolt = <4200000>;
A Drk3566-anbernic-rg353v.dts23 charge-full-design-microamp-hours = <3151000>;
24 charge-term-current-microamp = <300000>;
25 constant-charge-current-max-microamp = <2000000>;
26 constant-charge-voltage-max-microvolt = <4200000>;
/linux-6.3-rc2/Documentation/power/
A Dpower_supply_class.rst88 batteries can typically charge at different rates.
125 design charge values, when battery considered full/empty.
140 the current charge counter (in µAh). This could easily
145 the maximum charge current during precharge phase of charge cycle
150 voltage is above recharge threshold, and charge current is below
154 constant charge current programmed by charger.
158 maximum charge current supported by the power supply object.
161 constant charge voltage programmed by charger.
163 maximum charge voltage supported by the power supply object.
176 current charge control limit setting
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A 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
/linux-6.3-rc2/arch/arm/mach-pxa/
A Dsharpsl_pm.c302 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_off()
312 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_error()
329 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_toggle()
331 sharpsl_pm.machinfo->charge(1); in sharpsl_charge_toggle()
521 sharpsl_pm.machinfo->charge(0); in sharpsl_check_battery_voltage()
683 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_error()
709 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery()
711 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery()
729 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery()
731 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/rtc/
A 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;

Completed in 40 milliseconds

12345678910>>...23