Home
last modified time | relevance | path

Searched refs:charge_mode (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/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()
313 sharpsl_pm.charge_mode = CHRG_OFF; in sharpsl_charge_off()
322 sharpsl_pm.charge_mode = CHRG_ERROR; in sharpsl_charge_error()
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()
388 sharpsl_pm.charge_mode = CHRG_DONE; in sharpsl_chrg_full_timer()
[all …]
Dcorgi_pm.c105 sharpsl_pm.charge_mode = CHRG_OFF; in corgi_should_wakeup()
Dspitz_pm.c149 sharpsl_pm.charge_mode = CHRG_OFF; in spitz_should_wakeup()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h75 int charge_mode; member