Lines Matching defs:hidpp_battery
142 struct hidpp_battery { struct143 u8 feature_index;144 u8 solar_feature_index;145 u8 voltage_feature_index;146 struct power_supply_desc desc;147 struct power_supply *ps;148 char name[64];149 int status;150 int capacity;151 int level;152 int voltage;153 int charge_type;154 bool online;