Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/power/
H A Dcharger-manager.h69 struct charger_regulator *charger;
100 struct charger_regulator { struct
179 struct charger_regulator *charger_regulators;
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dcharger-manager.c1034 struct charger_regulator *charger; in charger_manager_register_extcon()
1078 struct charger_regulator *charger in charger_name_show()
1079 = container_of(attr, struct charger_regulator, attr_name); in charger_name_show()
1087 struct charger_regulator *charger in charger_state_show()
1088 = container_of(attr, struct charger_regulator, attr_state); in charger_state_show()
1100 struct charger_regulator *charger = container_of(attr, in charger_externally_control_show()
1101 struct charger_regulator, attr_externally_control); in charger_externally_control_show()
1110 struct charger_regulator *charger in charger_externally_control_store()
1111 = container_of(attr, struct charger_regulator, in charger_externally_control_store()
1176 struct charger_regulator *charger; in charger_manager_prepare_sysfs()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dcharger-manager.txt47 chg-reg-supply = <&charger_regulator>;
/OK3568_Linux_fs/kernel/drivers/mfd/
H A D88pm860x-core.c326 static struct charger_regulator chg_desc_regulator_data[] = {