Home
last modified time | relevance | path

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

/openbmc/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()
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()
711 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_off_charge_battery()
715 } else if (sharpsl_pm.charge_mode != CHRG_ON) { in sharpsl_off_charge_battery()
730 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_off_charge_battery()
[all …]
H A Dsharpsl_pm.h74 #define CHRG_ON (1) macro