Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/power/
Dcharger-manager.h76 struct charger_regulator *charger;
107 struct charger_regulator { struct
188 struct charger_regulator *charger_regulators;
/linux-4.1.27/drivers/power/
Dcharger-manager.c1234 struct charger_regulator *charger; in charger_manager_register_extcon()
1273 struct charger_regulator *charger in charger_name_show()
1274 = container_of(attr, struct charger_regulator, attr_name); in charger_name_show()
1282 struct charger_regulator *charger in charger_state_show()
1283 = container_of(attr, struct charger_regulator, attr_state); in charger_state_show()
1295 struct charger_regulator *charger = container_of(attr, in charger_externally_control_show()
1296 struct charger_regulator, attr_externally_control); in charger_externally_control_show()
1305 struct charger_regulator *charger in charger_externally_control_store()
1306 = container_of(attr, struct charger_regulator, in charger_externally_control_store()
1371 struct charger_regulator *charger; in charger_manager_register_sysfs()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dcharger-manager.txt35 chg-reg-supply = <&charger_regulator>;
/linux-4.1.27/drivers/mfd/
D88pm860x-core.c329 static struct charger_regulator chg_desc_regulator_data[] = {