Searched refs:CHRG_ON (Results 1 – 2 of 2) sorted by relevance
193 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()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()584 if (sharpsl_pm.charge_mode == CHRG_ON) in sharpsl_pm_suspend()622 …if ((sharpsl_pm.charge_mode == CHRG_ON) && ((alarm_enable && ((alarm_time - RCNR) > (SHARPSL_BATCH… in corgi_goto_sleep()721 sharpsl_pm.charge_mode = CHRG_ON; in sharpsl_off_charge_battery()[all …]
78 #define CHRG_ON (1) macro