Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dab8500_bmdata.c395 static const struct abx500_bm_capacity_levels cap_levels = { variable
503 .cap_levels = &cap_levels,
537 .cap_levels = &cap_levels,
Dab8500_fg.c1163 if (percent <= di->bm->cap_levels->critical || in ab8500_fg_capacity_level()
1166 else if (percent <= di->bm->cap_levels->low) in ab8500_fg_capacity_level()
1168 else if (percent <= di->bm->cap_levels->normal) in ab8500_fg_capacity_level()
1170 else if (percent <= di->bm->cap_levels->high) in ab8500_fg_capacity_level()
/linux-4.4.14/include/linux/mfd/
Dabx500.h293 const struct abx500_bm_capacity_levels *cap_levels; member
/linux-4.4.14/include/linux/mfd/abx500/
Dab8500-bm.h452 const struct ab8500_bm_capacity_levels *cap_levels; member