Lines Matching defs:charger_regulator
105 struct charger_regulator { struct
107 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;
124 struct attribute *attrs[4];
126 struct charger_manager *cm;