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