Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-pxa/
Dsharpsl_pm.h78 #define SHARPSL_SUSPENDED (1 << 0) /* Device is Suspended */ macro
Dcorgi_pm.c58 if (machine_is_corgi() && (sharpsl_pm.flags & SHARPSL_SUSPENDED)) { in corgi_charge()
Dspitz_pm.c59 if (sharpsl_pm.flags & SHARPSL_SUSPENDED) { in spitz_charge()
Dsharpsl_pm.c393 if (sharpsl_pm.flags & SHARPSL_SUSPENDED) in sharpsl_chrg_full_isr()
576 sharpsl_pm.flags |= SHARPSL_SUSPENDED; in sharpsl_pm_suspend()
594 sharpsl_pm.flags &= ~SHARPSL_SUSPENDED; in sharpsl_pm_resume()