Searched defs:charger_regulator (Results 1 – 1 of 1) sorted by relevance
105 struct charger_regulator { struct107 const char *regulator_name;108 struct regulator *consumer;111 int externally_control;117 struct charger_cable *cables;118 int num_cables;120 struct attribute_group attr_grp;121 struct device_attribute attr_name;122 struct device_attribute attr_state;123 struct device_attribute attr_externally_control;[all …]