Searched +full:trickle +full:- +full:charge +full:- +full:current +full:- +full:microamp (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matti Vaittinen <mazziesaccount@gmail.com>11 - Markus Laine <markus.laine@fi.rohmeurope.com>12 - Mikko Mutanen <mikko.mutanen@fi.rohmeurope.com>15 The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion16 secondary battery intended to be used in space-constraint equipment such18 provides a Dual-source Battery Charger, two port BC1.2 detection and a21 $ref: power-supply.yaml#[all …]
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 memory16 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-battery34 device-chemistry:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only25 #include <linux/fixp-arith.h>27 #include "samsung-sdi-battery.h"48 if (!supply->supplied_from && !supplier->supplied_to) in __power_supply_is_supplied_by()52 if (supply->supplied_from) { in __power_supply_is_supplied_by()53 if (!supplier->desc->name) in __power_supply_is_supplied_by()55 for (i = 0; i < supply->num_supplies; i++) in __power_supply_is_supplied_by()56 if (!strcmp(supplier->desc->name, supply->supplied_from[i])) in __power_supply_is_supplied_by()59 if (!supply->desc->name) in __power_supply_is_supplied_by()61 for (i = 0; i < supplier->num_supplicants; i++) in __power_supply_is_supplied_by()[all …]