Searched +full:cm +full:- +full:fullbatt +full:- +full:capacity (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/power/supply/charger-manager.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Sebastian Reichel <sre@kernel.org>18 const: charger-manager20 cm-chargers:22 $ref: /schemas/types.yaml#/definitions/string-array24 cm-num-chargers:28 cm-fuel-gauge:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 * during suspend-to-mem.23 #include <linux/power/charger-manager.h>35 { "USB-HOST", EXTCON_USB_HOST },40 { "FAST-CHARGER", EXTCON_CHG_USB_FAST },41 { "SLOW-CHARGER", EXTCON_CHG_USB_SLOW },49 { "CHARGE-DOWNSTREAM", EXTCON_CHG_USB_CDP },78 /* About in-suspend (suspend-again) monitoring */92 * is_batt_present - See if the battery presents in place.93 * @cm: the Charger Manager representing the battery.[all …]