Home
last modified time | relevance | path

Searched refs:bix (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsurface3_power.c66 struct bix { struct
109 struct bix bix; argument
185 static const struct bix default_bix = {
208 static int mshw0011_bix(struct mshw0011_data *cdata, struct bix *bix) in mshw0011_bix() argument
214 *bix = default_bix; in mshw0011_bix()
224 bix->design_capacity = ret; in mshw0011_bix()
234 bix->last_full_charg_capacity = ret; in mshw0011_bix()
249 snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf); in mshw0011_bix()
258 bix->cycle_count = ret; in mshw0011_bix()
267 snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf); in mshw0011_bix()
[all …]