Home
last modified time | relevance | path

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

/linux-4.1.27/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()
312 sharpsl_pm.charge_mode = CHRG_OFF; in sharpsl_charge_off()
321 sharpsl_pm.charge_mode = CHRG_ERROR; in sharpsl_charge_error()
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()
387 sharpsl_pm.charge_mode = CHRG_DONE; in sharpsl_chrg_full_timer()
[all …]
Dcorgi_pm.c114 sharpsl_pm.charge_mode = CHRG_OFF; in corgi_should_wakeup()
Dspitz_pm.c148 sharpsl_pm.charge_mode = CHRG_OFF; in spitz_should_wakeup()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h75 int charge_mode; member