Home
last modified time | relevance | path

Searched refs:charger_regulator (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/power/
Dcharger-manager.h74 struct charger_regulator *charger;
105 struct charger_regulator { struct
186 struct charger_regulator *charger_regulators;
/Linux-v5.4/drivers/power/supply/
Dcharger-manager.c1231 struct charger_regulator *charger; in charger_manager_register_extcon()
1269 struct charger_regulator *charger in charger_name_show()
1270 = container_of(attr, struct charger_regulator, attr_name); in charger_name_show()
1278 struct charger_regulator *charger in charger_state_show()
1279 = container_of(attr, struct charger_regulator, attr_state); in charger_state_show()
1291 struct charger_regulator *charger = container_of(attr, in charger_externally_control_show()
1292 struct charger_regulator, attr_externally_control); in charger_externally_control_show()
1301 struct charger_regulator *charger in charger_externally_control_store()
1302 = container_of(attr, struct charger_regulator, in charger_externally_control_store()
1367 struct charger_regulator *charger; in charger_manager_prepare_sysfs()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dcharger-manager.txt35 chg-reg-supply = <&charger_regulator>;
/Linux-v5.4/drivers/mfd/
D88pm860x-core.c326 static struct charger_regulator chg_desc_regulator_data[] = {