Home
last modified time | relevance | path

Searched refs:SHARPSL_SUSPENDED (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h82 #define SHARPSL_SUSPENDED (1 << 0) /* Device is Suspended */ macro
/linux-4.1.27/arch/arm/mach-pxa/
Dcorgi_pm.c63 if (machine_is_corgi() && (sharpsl_pm.flags & SHARPSL_SUSPENDED)) { in corgi_charge()
Dspitz_pm.c64 if (sharpsl_pm.flags & SHARPSL_SUSPENDED) { in spitz_charge()
Dsharpsl_pm.c397 if (sharpsl_pm.flags & SHARPSL_SUSPENDED) in sharpsl_chrg_full_isr()
580 sharpsl_pm.flags |= SHARPSL_SUSPENDED; in sharpsl_pm_suspend()
598 sharpsl_pm.flags &= ~SHARPSL_SUSPENDED; in sharpsl_pm_resume()