Home
last modified time | relevance | path

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

/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c185 if (sharpsl_pm.charge_mode == CHRG_ON) in get_percentage()
200 if (sharpsl_pm.charge_mode == CHRG_ON) { in get_apm_status()
230 if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_battery_thread()
291 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_charge_on()
341 if (acin && (sharpsl_pm.charge_mode != CHRG_ON)) in sharpsl_ac_timer()
343 else if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_ac_timer()
367 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_chrg_full_timer()
574 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_pm_suspend()
612 …if ((sharpsl_pm.charge_mode == CHRG_ON) && ((alarm_enable && ((alarm_time - RCNR) > (SHARPSL_BATCH… in corgi_goto_sleep()
711 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_off_charge_battery()
[all …]
H A Dsharpsl_pm.h74 #define CHRG_ON (1) macro