Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dspitz_pm.c132 int acin = sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN); in spitz_should_wakeup() local
134 if (spitz_last_ac_status != acin) { in spitz_should_wakeup()
135 if (acin) { in spitz_should_wakeup()
146 spitz_last_ac_status = acin; in spitz_should_wakeup()
Dsharpsl_pm.c340 int acin = sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN); in sharpsl_ac_timer() local
342 dev_dbg(sharpsl_pm.dev, "AC Status: %d\n", acin); in sharpsl_ac_timer()
345 if (acin && (sharpsl_pm.charge_mode != CHRG_ON)) in sharpsl_ac_timer()