Home
last modified time | relevance | path

Searched full:charge (Results 1 – 25 of 4851) sorted by relevance

12345678910>>...195

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk817_charger.c356 struct rk817_charger *charge = power_supply_get_drvdata(psy); in rk817_charge_ac_get_property() local
361 if (charge->pdata->virtual_power) in rk817_charge_ac_get_property()
364 val->intval = (charge->ac_in | charge->dc_in); in rk817_charge_ac_get_property()
369 if (charge->pdata->virtual_power) in rk817_charge_ac_get_property()
372 val->intval = charge->prop_status; in rk817_charge_ac_get_property()
377 val->intval = charge->max_chrg_voltage * 1000; /* uV */ in rk817_charge_ac_get_property()
380 val->intval = charge->max_chrg_current * 1000; /* uA */ in rk817_charge_ac_get_property()
394 struct rk817_charger *charge = power_supply_get_drvdata(psy); in rk817_charge_usb_get_property() local
399 if (charge->pdata->virtual_power) in rk817_charge_usb_get_property()
402 val->intval = charge->usb_in; in rk817_charge_usb_get_property()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power_supply/
H A Dcharge-animation.txt1 charge-animation
5 - compatible: "rockchip,uboot-charge"
6 - rockchip,uboot-charge-on: enable uboot charge animation
7 - rockchip,android-charge-on: enable android charge animation,
8 either uboot charge animation or android charge animation
17 charge-animation {
18 compatible = "rockchip,uboot-charge";
19 rockchip,uboot-charge-on = <1>;
20 rockchip,android-charge-on = <0>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dqcom_smbb.txt21 - 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 …]
H 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 …]
H A Dbattery.yaml37 re-charge-voltage-microvolt:
49 charge-full-design-microamp-hours:
52 trickle-charge-current-microamp:
53 description: current for trickle-charge phase
56 description: current for pre-charge phase
61 charge-term-current-microamp:
62 description: current for charge termination phase
64 constant-charge-current-max-microamp:
67 constant-charge-voltage-max-microvolt:
135 re-charge-voltage-microvolt = <250000>;
[all …]
H 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
80 # Current used at fast charge constant current phase (5 in above chart)
84 # - constant-charge-voltage-max-microvolt
95 # - re-charge-voltage-microvolt
[all …]
H A Drt9455_charger.txt9 - 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>;
H 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:
62 description: Charge current compensation (in uA)
94 summit,charge-current-compensation-microamp:
107 summit,charge-current-compensation-microamp:
136 summit,enable-charge-control = <SMB3XX_CHG_ENABLE_PIN_ACTIVE_HIGH>;
149 constant-charge-current-max-microamp = <1800000>;
H A Dsc2731_charger.txt11 - charge-term-current-microamp: current for charge termination phase.
12 - constant-charge-voltage-max-microvolt: maximum constant input voltage.
19 charge-term-current-microamp = <120000>;
20 constant-charge-voltage-max-microvolt = <4350000>;
H A Dbq24190.txt15 + precharge-current-microamp: maximum charge current during precharge
17 + charge-term-current-microamp: a charge cycle terminates when the
32 charge current on USB SDP ports, among other features). To simulate this on
40 charge-term-current-microamp = <128000>;
H A Dsc27xx-fg.txt12 - io-channels: Specify the IIO ADC channels to get temperature and charge voltage.
13 - io-channel-names: Should be "bat-temp" or "charge-vol".
25 charge-full-design-microamp-hours = <1900000>;
26 constant-charge-voltage-max-microvolt = <4350000>;
53 io-channel-names = "bat-temp", "charge-vol";
H A Dbq25890.txt15 - ti,charge-current: integer, maximum charging current (in uA);
16 - ti,termination-current: integer, charge will be terminated when current in
18 - ti,precharge-current: integer, maximum charge current during precharge
33 - ti,thermal-regulation-threshold: integer, temperature above which the charge
51 ti,charge-current = <1000000>;
H A Dbq2515x.yaml15 The BQ2515x family is a highly integrated battery charge management IC that
48 charge-enable-gpios:
73 constant-charge-current-max-microamp = <50000>;
75 constant-charge-voltage-max-microvolt = <4000000>;
91 charge-enable-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H 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>;
120 ti,charge-voltage = <16800>;
135 ti,charge-current = <2000>;
136 ti,charge-voltage = <16800>;
[all …]
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpower_supply_class.rst61 | **Charge/Energy/Capacity - how to not confuse** |
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
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dcharge_animation.c70 * IF you want to use your own charge images, please:
195 /* charge mode */ in charge_animation_ofdata_to_platdata()
197 dev_read_u32_default(dev, "rockchip,uboot-charge-on", 0); in charge_animation_ofdata_to_platdata()
199 dev_read_u32_default(dev, "rockchip,android-charge-on", 0); in charge_animation_ofdata_to_platdata()
202 dev_read_u32_default(dev, "rockchip,uboot-exit-charge-auto", 0); in charge_animation_ofdata_to_platdata()
204 dev_read_u32_default(dev, "rockchip,uboot-exit-charge-level", 0); in charge_animation_ofdata_to_platdata()
206 dev_read_u32_default(dev, "rockchip,uboot-exit-charge-voltage", 0); in charge_animation_ofdata_to_platdata()
476 * Call the fuel/charge again to update something specific in sys_shutdown()
480 * fuel/charge need to update something before shutdown. in sys_shutdown()
532 * including charge current, coulometer or other. in charge_extrem_low_power()
[all …]
/OK3568_Linux_fs/kernel/drivers/macintosh/
H 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()
/OK3568_Linux_fs/kernel/include/linux/mfd/wm8350/
H A Dsupply.h109 int eoc_mA; /* end of charge current (mA) */
110 int charge_mV; /* charge voltage */
111 int fast_limit_mA; /* fast charge current limit */
112 int fast_limit_USB_mA; /* USB fast charge current limit */
113 int charge_timeout; /* charge timeout (mins) */
114 int trickle_start_mV; /* trickle charge starts at mV */
115 int trickle_charge_mA; /* trickle charge current */
116 int trickle_charge_USB_mA; /* USB trickle charge current */
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DBug-1590977-openmax-Import-latest-OpenMAX-IL-1.1.2-headers.patch35 * Permission is hereby granted, free of charge, to any person obtaining
46 * Permission is hereby granted, free of charge, to any person obtaining
57 * Permission is hereby granted, free of charge, to any person obtaining
68 * Permission is hereby granted, free of charge, to any person obtaining
79 * Permission is hereby granted, free of charge, to any person obtaining
90 * Permission is hereby granted, free of charge, to any person obtaining
101 * Permission is hereby granted, free of charge, to any person obtaining
112 * Permission is hereby granted, free of charge, to any person obtaining
123 * Permission is hereby granted, free of charge, to any person obtaining
134 * Permission is hereby granted, free of charge, to any person obtaining
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dsharpsl_pm.c284 dev_dbg(sharpsl_pm.dev, "Charge LED On\n"); in sharpsl_pm_led()
287 dev_dbg(sharpsl_pm.dev, "Charge LED Off\n"); in sharpsl_pm_led()
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()
367 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies); in sharpsl_chrg_full_timer()
372 dev_dbg(sharpsl_pm.dev, "Charge Full: AC removed - stop charging!\n"); in sharpsl_chrg_full_timer()
376 dev_dbg(sharpsl_pm.dev, "Charge Full: Count too low\n"); in sharpsl_chrg_full_timer()
379 dev_dbg(sharpsl_pm.dev, "Charge Full: Interrupt generated too slowly - retry.\n"); in sharpsl_chrg_full_timer()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/
H A Dadf4350.txt28 - 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>;
/OK3568_Linux_fs/u-boot/cmd/
H A Dcharge.c31 printf("Get UCLASS CHARGE DISPLAY failed: %d\n", ret); in do_charge_display()
68 U_BOOT_CMD(charge, 4, 0, do_charge_display,
69 "Charge display",
70 "-charge\n"
71 "-charge <power on soc> <power on voltage> <screen on voltage>"
/OK3568_Linux_fs/kernel/mm/
H A Dpage_counter.c61 * page_counter_charge - hierarchically charge pages
63 * @nr_pages: number of pages to charge
86 * page_counter_try_charge - try to hierarchically charge pages
88 * @nr_pages: number of pages to charge
103 * Charge speculatively to avoid an expensive CAS. If in page_counter_try_charge()
104 * a bigger charge fails, it might falsely lock out a in page_counter_try_charge()
105 * racing smaller charge and send it into reclaim in page_counter_try_charge()
108 * case of a THP locking out a regular page charge. in page_counter_try_charge()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Dbq25703.txt7 - ti,max-charge-voltage: integer, maximum charging voltage (in uV);
8 - ti,charge-current: integer, maximum charging current (in uA);
21 ti,max-charge-voltage = <4200000>;
22 ti,charge-current = <1000000>;

12345678910>>...195