Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dsharpsl_pm.c189 if (sharpsl_pm.charge_mode == CHRG_ON) in get_percentage()
204 if (sharpsl_pm.charge_mode == CHRG_ON) { in get_apm_status()
236 if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_battery_thread()
297 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_charge_on()
347 if (acin && (sharpsl_pm.charge_mode != CHRG_ON)) in sharpsl_ac_timer()
349 else if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_ac_timer()
373 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_chrg_full_timer()
580 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_pm_suspend()
618 …if ((sharpsl_pm.charge_mode == CHRG_ON) && ((alarm_enable && ((alarm_time - RCNR) > (SHARPSL_BATCH… in corgi_goto_sleep()
717 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_off_charge_battery()
[all …]
Dsharpsl_pm.h74 #define CHRG_ON (1) macro