Searched +full:charge +full:- +full:full +full:- +full:design +full:- +full:microamp +full:- +full:hours (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.10/Documentation/devicetree/bindings/power/supply/ | 
| D | battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Sebastian Reichel <sre@kernel.org>
 14   In smart batteries, these are typically stored in non-volatile memory
 16   no appropriate non-volatile memory, or it is unprogrammed/incorrect.
 27   Batteries must be referenced by chargers and/or fuel-gauges using a phandle.
 28   The phandle's property should be named "monitored-battery".
 32     const: simple-battery
 34   over-voltage-threshold-microvolt:
 [all …]
 
 | 
| D | bq27xxx.yaml | 1 # SPDX-License-Identifier: GPL-2.04 ---
 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
 11   - Pali Rohár <pali@kernel.org>
 12   - Andrew F. Davis <afd@ti.com>
 13   - Sebastian Reichel <sre@kernel.org>
 20   - $ref: power-supply.yaml#
 25       - ti,bq27200
 26       - ti,bq27210
 27       - ti,bq27500 # deprecated, use revision specific property below
 [all …]
 
 | 
| D | sc27xx-fg.txt | 4 - compatible: Should be one of the following:5   "sprd,sc2720-fgu",
 6   "sprd,sc2721-fgu",
 7   "sprd,sc2723-fgu",
 8   "sprd,sc2730-fgu",
 9   "sprd,sc2731-fgu".
 10 - reg: The address offset of fuel gauge unit.
 11 - battery-detect-gpios: GPIO for battery detection.
 12 - io-channels: Specify the IIO ADC channels to get temperature and charge voltage.
 13 - io-channel-names: Should be "bat-temp" or "charge-vol".
 [all …]
 
 | 
| D | cw2015_battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Tobias Schramm <t.schramm@manjaro.org>
 13   The driver can utilize information from a simple-battery linked via a
 14   phandle in monitored-battery. If specified the driver uses the
 15   charge-full-design-microamp-hours property of the battery.
 24   cellwise,battery-profile:
 30     $ref: /schemas/types.yaml#definitions/uint8-array
 34   cellwise,monitor-interval-ms:
 [all …]
 
 | 
| /Linux-v5.10/arch/arm64/boot/dts/sprd/ | 
| D | sp9860g-1h10.dts | 6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)9 /dts-v1/;
 17 	compatible = "sprd,sp9860g-1h10", "sprd,sc9860";
 34 		stdout-path = "serial1:115200n8";
 37 	reserved-memory {
 38 		#address-cells = <2>;
 39 		#size-cells = <2>;
 44 		compatible = "simple-battery";
 45 		charge-full-design-microamp-hours = <1900000>;
 46 		charge-term-current-microamp = <120000>;
 [all …]
 
 | 
| /Linux-v5.10/drivers/power/supply/ | 
| D | bq27xxx_battery.c | 1 // SPDX-License-Identifier: GPL-2.07  * Copyright (C) 2010-2011 Lars-Peter Clausen <lars@metafoo.de>
 19  * https://www.ti.com/product/bq27510-g1
 20  * https://www.ti.com/product/bq27510-g2
 21  * https://www.ti.com/product/bq27510-g3
 22  * https://www.ti.com/product/bq27520-g1
 23  * https://www.ti.com/product/bq27520-g2
 24  * https://www.ti.com/product/bq27520-g3
 25  * https://www.ti.com/product/bq27520-g4
 26  * https://www.ti.com/product/bq27530-g1
 [all …]
 
 | 
| D | power_supply_core.c | 1 // SPDX-License-Identifier: GPL-2.0-only42 	if (!supply->supplied_from && !supplier->supplied_to)  in __power_supply_is_supplied_by()
 46 	if (supply->supplied_from) {  in __power_supply_is_supplied_by()
 47 		if (!supplier->desc->name)  in __power_supply_is_supplied_by()
 49 		for (i = 0; i < supply->num_supplies; i++)  in __power_supply_is_supplied_by()
 50 			if (!strcmp(supplier->desc->name, supply->supplied_from[i]))  in __power_supply_is_supplied_by()
 53 		if (!supply->desc->name)  in __power_supply_is_supplied_by()
 55 		for (i = 0; i < supplier->num_supplicants; i++)  in __power_supply_is_supplied_by()
 56 			if (!strcmp(supplier->supplied_to[i], supply->desc->name))  in __power_supply_is_supplied_by()
 69 		if (pst->desc->external_power_changed)  in __power_supply_changed_work()
 [all …]
 
 | 
| /Linux-v5.10/arch/arm64/boot/dts/rockchip/ | 
| D | rk3399-pinebook-pro.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 /dts-v1/;
 9 #include <dt-bindings/input/gpio-keys.h>
 10 #include <dt-bindings/input/linux-event-codes.h>
 11 #include <dt-bindings/pwm/pwm.h>
 12 #include <dt-bindings/usb/pd.h>
 13 #include <dt-bindings/leds/common.h>
 15 #include "rk3399-opp.dtsi"
 19 	compatible = "pine64,pinebook-pro", "rockchip,rk3399";
 22 		stdout-path = "serial2:1500000n8";
 [all …]
 
 |