Home
last modified time | relevance | path

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

12345678910>>...21

/linux/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/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.yaml21 - description: charge done
22 - description: charge fast mode
23 - description: charge trickle mode
41 qcom,fast-charge-current-limit:
47 qcom,fast-charge-low-threshold-voltage:
55 qcom,fast-charge-high-threshold-voltage:
61 The fast charger will attempt to charge the battery to this voltage.
64 qcom,fast-charge-safe-voltage:
73 qcom,fast-charge-safe-current:
103 Default DC charge current limit in uA. Defaults to 100mA.
[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.yaml32 # a) Trickle-charge with constant current (8).
33 # b) pre-charge with constant current (6)
34 # c) fast-charge with:
69 # - trickle-charge-current-microamp:
70 # Current used at trickle-charge phase (8 in above chart)
75 # Current used at pre-charge phase (6 in above chart)
79 # - constant-charge-current-max-microamp
84 # - constant-charge-voltage-max-microvolt
95 # - re-charge-voltage-microvolt
107 # - 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:
146 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.
39 charge-term-current-microamp = <120000>;
40 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 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 Dbq2515x.yaml15 The BQ2515x family is a highly integrated battery charge management IC that
48 charge-enable-gpios:
72 constant-charge-current-max-microamp = <50000>;
74 constant-charge-voltage-max-microvolt = <4000000>;
90 charge-enable-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
A Dbq25890.yaml34 ti,charge-current:
41 charge will be terminated when current in constant-voltage phase
46 description: maximum charge current during precharge phase (in uA)
75 temperature above which the charge current is lowered, to avoid overheating
89 - ti,charge-current
113 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 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>;
A Dbq2415x.yaml49 ti,charge-current:
56 charge will be terminated when current in constant-voltage phase drops
73 - ti,charge-current
92 ti,charge-current = <650>;
A Dbq256xx.yaml14 The bq256xx devices are a family of highly-integrated battery charge
82 constant-charge-current-max-microamp = <2040000>;
83 constant-charge-voltage-max-microvolt = <4352000>;
85 charge-term-current-microamp = <180000>;
/linux/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/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/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
A Dsysfs-bus-i2c-devices-bq32k5 Description: Attribute for enable/disable the trickle charge bypass
7 enable/disable the Trickle charge FET bypass.
/linux/arch/arm/mach-pxa/
A 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 …]
/linux/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;
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dti,am3359-tsc.yaml47 ti,charge-delay:
48 description: Length of touch screen charge delay step in terms of ADC clock
53 avoided. The pen-up detection happens immediately after the charge step,
75 ti,charge-delay = <0x400>;
/linux/Documentation/devicetree/bindings/sound/
A 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/Documentation/devicetree/bindings/iio/frequency/
A Dadi,adf4350.yaml72 adi,charge-pump-current:
99 adi,charge-cancellation-enable:
102 Enabled charge pump charge cancellation for integer-N modes.
185 adi,charge-pump-current = <2500>;

Completed in 30 milliseconds

12345678910>>...21