Home
last modified time | relevance | path

Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dpm.h666 struct dev_pm_info { struct
667 pm_message_t power_state;
668 bool can_wakeup:1;
669 bool async_suspend:1;
670 bool in_dpm_list:1; /* Owned by the PM core */
671 bool is_prepared:1; /* Owned by the PM core */
672 bool is_suspended:1; /* Ditto */
673 bool is_noirq_suspended:1;
674 bool is_late_suspended:1;
675 bool no_pm:1;
[all …]