Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/power/
Dmain.c102 dev->power.is_late_suspended = false; in device_pm_sleep_init()
769 if (!dev->power.is_late_suspended) in __device_resume_early()
803 dev->power.is_late_suspended = false; in __device_resume_early()
1431 dev->power.is_late_suspended = true; in __device_suspend_late()
/linux-6.6.21/include/linux/
Dpm.h671 bool is_late_suspended:1; member