Home
last modified time | relevance | path

Searched refs:cap_levels (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500_bmdata.c76 static const struct ab8500_bm_capacity_levels cap_levels = { variable
132 .cap_levels = &cap_levels,
H A Dab8500-bm.h379 * @cap_levels capacity in percent for the different capacity levels
401 const struct ab8500_bm_capacity_levels *cap_levels; member
H A Dab8500_fg.c1176 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()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dab8500_bmdata.c396 static const struct abx500_bm_capacity_levels cap_levels = { variable
475 .cap_levels = &cap_levels,
H A Dab8500_fg.c1156 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()
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dabx500.h254 * @cap_levels capacity in percent for the different capacity levels
292 const struct abx500_bm_capacity_levels *cap_levels; member
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
H A Dab8500-bm.h421 * @cap_levels capacity in percent for the different capacity levels
450 const struct ab8500_bm_capacity_levels *cap_levels; member

Completed in 12 milliseconds