Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dsharpsl_pm.c194 if (sharpsl_pm.charge_mode == CHRG_ON) in get_percentage()
209 if (sharpsl_pm.charge_mode == CHRG_ON) { in get_apm_status()
241 if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_battery_thread()
302 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_charge_on()
352 if (acin && (sharpsl_pm.charge_mode != CHRG_ON)) in sharpsl_ac_timer()
354 else if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_ac_timer()
378 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_chrg_full_timer()
585 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_pm_suspend()
623 …if ((sharpsl_pm.charge_mode == CHRG_ON) && ((alarm_enable && ((alarm_time - RCNR) > (SHARPSL_BATCH… in corgi_goto_sleep()
702 if (acin && (sharpsl_pm.charge_mode == CHRG_ON)) { in sharpsl_fatal_check()
[all …]
/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h78 #define CHRG_ON (1) macro