Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dsharpsl_pm.c193 if (sharpsl_pm.charge_mode == CHRG_ON) in get_percentage()
208 if (sharpsl_pm.charge_mode == CHRG_ON) { in get_apm_status()
240 if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_battery_thread()
301 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_charge_on()
351 if (acin && (sharpsl_pm.charge_mode != CHRG_ON)) in sharpsl_ac_timer()
353 else if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_ac_timer()
377 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_chrg_full_timer()
584 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_pm_suspend()
622 …if ((sharpsl_pm.charge_mode == CHRG_ON) && ((alarm_enable && ((alarm_time - RCNR) > (SHARPSL_BATCH… in corgi_goto_sleep()
721 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_off_charge_battery()
[all …]
/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h78 #define CHRG_ON (1) macro