Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Daxp288_fuel_gauge.c61 #define FG_REP_CAP_VALID (1 << 7) macro
282 if (!(fg_res & FG_REP_CAP_VALID)) in fuel_gauge_get_status()
285 fg_res &= ~FG_REP_CAP_VALID; in fuel_gauge_get_status()
368 if (!(info->fg_res & FG_REP_CAP_VALID)) in fuel_gauge_get_property()