Searched refs:cap_levels (Results 1 – 3 of 3) sorted by relevance
76 static const struct ab8500_bm_capacity_levels cap_levels = { variable132 .cap_levels = &cap_levels,
401 const struct ab8500_bm_capacity_levels *cap_levels; member
1176 if (percent <= di->bm->cap_levels->critical || in ab8500_fg_capacity_level()1179 else if (percent <= di->bm->cap_levels->low) in ab8500_fg_capacity_level()1181 else if (percent <= di->bm->cap_levels->normal) in ab8500_fg_capacity_level()1183 else if (percent <= di->bm->cap_levels->high) in ab8500_fg_capacity_level()