Searched refs:cap_levels (Results 1 – 4 of 4) sorted by relevance
396 static const struct abx500_bm_capacity_levels cap_levels = { variable475 .cap_levels = &cap_levels,
1156 if (percent <= di->bm->cap_levels->critical || in ab8500_fg_capacity_level()1159 else if (percent <= di->bm->cap_levels->low) in ab8500_fg_capacity_level()1161 else if (percent <= di->bm->cap_levels->normal) in ab8500_fg_capacity_level()1163 else if (percent <= di->bm->cap_levels->high) in ab8500_fg_capacity_level()
292 const struct abx500_bm_capacity_levels *cap_levels; member
450 const struct ab8500_bm_capacity_levels *cap_levels; member