Lines Matching defs:charger_regulator
100 struct charger_regulator { struct
102 const char *regulator_name;
103 struct regulator *consumer;
106 int externally_control;
112 struct charger_cable *cables;
113 int num_cables;
115 struct attribute_group attr_grp;
116 struct device_attribute attr_name;
117 struct device_attribute attr_state;
118 struct device_attribute attr_externally_control;
119 struct attribute *attrs[4];
121 struct charger_manager *cm;