Home
last modified time | relevance | path

Searched refs:charge_acin_low (Results 1 – 5 of 5) sorted by relevance

/arch/arm/include/asm/hardware/
Dsharpsl_pm.h44 int charge_acin_low; member
/arch/arm/mach-sa1100/
Dcollie_pm.c251 .charge_acin_low = 450, /* ignored, too */
/arch/arm/mach-pxa/
Dspitz_pm.c209 .charge_acin_low = SHARPSL_CHARGE_ON_ACIN_LOW,
Dcorgi_pm.c215 .charge_acin_low = SHARPSL_CHARGE_ON_ACIN_LOW,
/arch/arm/common/
Dsharpsl_pm.c475 …if ((temp > sharpsl_pm.machinfo->charge_acin_high) || (temp < sharpsl_pm.machinfo->charge_acin_low in sharpsl_ac_check()