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

/drivers/power/
H A Dolpc_battery.c42 #define BAT_STAT_TRICKLE 0x80 macro
97 if (ec_byte & (BAT_STAT_CHARGING | BAT_STAT_TRICKLE))
340 if (!(ec_byte & (BAT_STAT_PRESENT | BAT_STAT_TRICKLE)) &&
351 if (ec_byte & BAT_STAT_TRICKLE)
360 BAT_STAT_TRICKLE));

Completed in 2187 milliseconds