Home
last modified time | relevance | path

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

/arch/arm/include/asm/hardware/
Dsharpsl_pm.h43 int charge_acin_high; member
/arch/arm/mach-sa1100/
Dcollie_pm.c250 .charge_acin_high = 550, /* collie does not seem to have sensor for this, anyway */
/arch/arm/mach-pxa/
Dspitz_pm.c208 .charge_acin_high = SHARPSL_CHARGE_ON_ACIN_HIGH,
Dcorgi_pm.c214 .charge_acin_high = SHARPSL_CHARGE_ON_ACIN_HIGH,
/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()