Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/power/
Dmain.c97 dev->power.is_late_suspended = false; in device_pm_sleep_init()
616 if (!dev->power.is_late_suspended) in device_resume_early()
641 dev->power.is_late_suspended = false; in device_resume_early()
1206 dev->power.is_late_suspended = true; in __device_suspend_late()
/linux-4.4.14/include/linux/
Dpm.h565 bool is_late_suspended:1; member