Searched defs:charger_regulator (Results 1 – 1 of 1) sorted by relevance
107 struct charger_regulator { struct109 const char *regulator_name;110 struct regulator *consumer;113 int externally_control;119 struct charger_cable *cables;120 int num_cables;122 struct attribute_group attr_g;123 struct device_attribute attr_name;124 struct device_attribute attr_state;125 struct device_attribute attr_externally_control;[all …]