Lines Matching defs:hidpp_battery
149 struct hidpp_battery { struct
150 u8 feature_index;
151 u8 solar_feature_index;
152 u8 voltage_feature_index;
153 struct power_supply_desc desc;
154 struct power_supply *ps;
155 char name[64];
156 int status;
157 int capacity;
158 int level;
159 int voltage;
160 int charge_type;
161 bool online;
162 u8 supported_levels_1004;