Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/power/supply/
Dtosa_battery.c26 int full_chrg; member
113 if (bat->full_chrg == -1) in tosa_bat_get_property()
116 val->intval = bat->full_chrg; in tosa_bat_get_property()
166 bat->full_chrg = -1; in tosa_bat_update()
175 bat->full_chrg == -1) in tosa_bat_update()
176 bat->full_chrg = tosa_read_bat(bat); in tosa_bat_update()
251 .full_chrg = -1,
272 .full_chrg = -1,
294 .full_chrg = -1,
Dcollie_battery.c29 int full_chrg; member
114 if (bat->full_chrg == -1) in collie_bat_get_property()
117 val->intval = bat->full_chrg; in collie_bat_get_property()
162 bat->full_chrg = -1; in collie_bat_update()
171 bat->full_chrg == -1) in collie_bat_update()
172 bat->full_chrg = collie_read_bat(bat); in collie_bat_update()
230 .full_chrg = -1,
260 .full_chrg = -1,