Searched +full:disable +full:- +full:charger +full:- +full:broadcasts (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | sbs,sbs-battery.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/sbs,sbs-battery.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 16 - $ref: power-supply.yaml# 21 - items: 22 - enum: 23 - ti,bq20z45 24 - ti,bq20z65 [all …]
|
/linux-6.12.1/drivers/power/supply/ |
D | sbs-battery.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include <linux/devm-helpers.h> 20 #include <linux/power/sbs-battery.h> 102 SBS_DATA(-1, 0x03, 0, 65535), 108 SBS_DATA(POWER_SUPPLY_PROP_CURRENT_NOW, 0x0A, -32768, 32767), 110 SBS_DATA(POWER_SUPPLY_PROP_CURRENT_AVG, 0x0B, -32768, 32767), 228 return chip->strings[i]; in sbs_get_string_buf() 230 return ERR_PTR(-EINVAL); in sbs_get_string_buf() 237 chip->technology = -1; in sbs_invalidate_cached_props() 240 chip->strings[i][0] = 0; in sbs_invalidate_cached_props() [all …]
|