Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/power/
Dmain.c96 dev->power.is_late_suspended = false; in device_pm_sleep_init()
614 if (!dev->power.is_late_suspended) in device_resume_early()
639 dev->power.is_late_suspended = false; in device_resume_early()
1203 dev->power.is_late_suspended = true; in __device_suspend_late()
/linux-4.1.27/include/linux/
Dpm.h552 bool is_late_suspended:1; member