Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dolpc_battery.c43 #define BAT_STAT_TRICKLE 0x80 macro
100 if (ec_byte & (BAT_STAT_CHARGING | BAT_STAT_TRICKLE)) in olpc_bat_get_status()
343 if (!(ec_byte & (BAT_STAT_PRESENT | BAT_STAT_TRICKLE)) && in olpc_bat_get_property()
354 if (ec_byte & BAT_STAT_TRICKLE) in olpc_bat_get_property()
363 BAT_STAT_TRICKLE)); in olpc_bat_get_property()