Lines Matching refs:bix
66 struct bix {
109 struct bix bix;
185 static const struct bix default_bix = {
208 static int mshw0011_bix(struct mshw0011_data *cdata, struct bix *bix)
214 *bix = default_bix;
224 bix->design_capacity = ret;
234 bix->last_full_charg_capacity = ret;
249 snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf);
258 bix->cycle_count = ret;
267 snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf);
314 struct bix bix;
340 ret = mshw0011_bix(cdata, &bix);
344 if (bix.last_full_charg_capacity != cdata->full_capacity)
348 cdata->full_capacity = bix.last_full_charg_capacity;
431 ret = mshw0011_bix(cdata, &gsb->bix);