Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance
635 struct dev_pm_info { struct636 pm_message_t power_state;637 unsigned int can_wakeup:1;638 unsigned int async_suspend:1;639 bool in_dpm_list:1; /* Owned by the PM core */640 bool is_prepared:1; /* Owned by the PM core */641 bool is_suspended:1; /* Ditto */642 bool is_noirq_suspended:1;643 bool is_late_suspended:1;644 bool no_pm:1;[all …]