Searched +full:precharge +full:- +full:upper +full:- +full:limit +full:- +full:microvolt (Results 1 – 5 of 5) sorted by relevance
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 over-voltage-threshold-microvolt:[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.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 a32 # a) Trickle-charge with constant current (8).[all …]
1 // SPDX-License-Identifier: GPL-2.0-only49 if (!supply->supplied_from && !supplier->supplied_to) in __power_supply_is_supplied_by()53 if (supply->supplied_from) { in __power_supply_is_supplied_by()54 if (!supplier->desc->name) in __power_supply_is_supplied_by()56 for (i = 0; i < supply->num_supplies; i++) in __power_supply_is_supplied_by()57 if (!strcmp(supplier->desc->name, supply->supplied_from[i])) in __power_supply_is_supplied_by()60 if (!supply->desc->name) in __power_supply_is_supplied_by()62 for (i = 0; i < supplier->num_supplicants; i++) in __power_supply_is_supplied_by()63 if (!strcmp(supplier->supplied_to[i], supply->desc->name)) in __power_supply_is_supplied_by()76 if (pst->desc->external_power_changed) in __power_supply_changed_work()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only21 #include <linux/extcon-provider.h>34 #define BQ24190_REG_POC 0x01 /* Power-On Configuration */59 #define BQ24190_REG_PCTCC 0x03 /* Pre-charge/Termination Current Cntl */183 * The tables below provide a 2-way mapping for the value that goes in184 * the register field and the real-world value that it represents.186 * number at that index in the array is the real-world value that it226 * 'val'. The index range returned is 0 to 'tbl_size' - 1. Assumes that238 return i - 1; in bq24190_find_idx()247 ret = i2c_smbus_read_byte_data(bdi->client, reg); in bq24190_read()[all …]
1 // SPDX-License-Identifier: GPL-2.07 * Author: Xu Shengfei <xsf@rock-chips.com>10 * during suspend-to-mem.110 /*bat volt loop limit*/230 * @psy_name: the name of power-supply-class for charger manager235 * @psy_charger_stat: the names of power-supply for chargers236 * @psy_fuel_gauge: the name of power-supply for fuel gauge248 * after full-batt. If discharging duration exceed 'discharging289 * saved status of external power before entering suspend-to-RAM291 * saved status of battery before entering suspend-to-RAM[all …]