Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dsharpsl_pm.c301 sharpsl_pm.full_count = 0; in sharpsl_charge_on()
374 sharpsl_pm.full_count++; in sharpsl_chrg_full_timer()
380 } else if (sharpsl_pm.full_count < 2) { in sharpsl_chrg_full_timer()
770 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
777 if (sharpsl_pm.full_count == 0) { in sharpsl_off_charge_battery()
802 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
822 if (sharpsl_pm.full_count > SHARPSL_CHARGE_RETRY_CNT) { in sharpsl_off_charge_battery()
824 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
826 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h88 int full_count; member