Home
last modified time | relevance | path

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

/arch/arm/common/
Dsharpsl_pm.c206 sharpsl_pm.full_count = 0; in sharpsl_charge_on()
279 sharpsl_pm.full_count++; in sharpsl_chrg_full_timer()
285 } else if (sharpsl_pm.full_count < 2) { in sharpsl_chrg_full_timer()
675 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
682 if (sharpsl_pm.full_count == 0) { in sharpsl_off_charge_battery()
707 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
727 if (sharpsl_pm.full_count > SHARPSL_CHARGE_RETRY_CNT) { in sharpsl_off_charge_battery()
729 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
731 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
/arch/arm/include/asm/hardware/
Dsharpsl_pm.h88 int full_count; member