Lines Matching full:bst
89 struct bst { struct
108 struct bst bst; argument
271 static int mshw0011_bst(struct mshw0011_data *cdata, struct bst *bst) in mshw0011_bst() argument
290 bst->battery_present_rate = abs((s32)tmp); in mshw0011_bst()
297 bst->battery_state = state; in mshw0011_bst()
299 bst->battery_remaining_capacity = capacity; in mshw0011_bst()
300 bst->battery_present_voltage = voltage; in mshw0011_bst()
312 struct bst bst; in mshw0011_isr() local
328 ret = mshw0011_bst(cdata, &bst); in mshw0011_isr()
332 bat_status = bst.battery_state; in mshw0011_isr()
430 ret = mshw0011_bst(cdata, &gsb->bst); in mshw0011_space_handler()