Lines Matching defs:bst
89 struct bst {
108 struct bst bst;
272 static int mshw0011_bst(struct mshw0011_data *cdata, struct bst *bst)
291 bst->battery_present_rate = abs((s32)tmp);
298 bst->battery_state = state;
300 bst->battery_remaining_capacity = capacity;
301 bst->battery_present_voltage = voltage;
313 struct bst bst;
329 ret = mshw0011_bst(cdata, &bst);
333 bat_status = bst.battery_state;
437 ret = mshw0011_bst(cdata, &gsb->bst);