Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/power/supply/
Dab8500_bmdata.c76 static const struct ab8500_bm_capacity_levels cap_levels = { variable
132 .cap_levels = &cap_levels,
Dab8500-bm.h401 const struct ab8500_bm_capacity_levels *cap_levels; member
Dab8500_fg.c1171 if (percent <= di->bm->cap_levels->critical || in ab8500_fg_capacity_level()
1174 else if (percent <= di->bm->cap_levels->low) in ab8500_fg_capacity_level()
1176 else if (percent <= di->bm->cap_levels->normal) in ab8500_fg_capacity_level()
1178 else if (percent <= di->bm->cap_levels->high) in ab8500_fg_capacity_level()