Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance
566 struct dev_pm_info { struct567 pm_message_t power_state;568 unsigned int can_wakeup:1;569 unsigned int async_suspend:1;570 bool in_dpm_list:1; /* Owned by the PM core */571 bool is_prepared:1; /* Owned by the PM core */572 bool is_suspended:1; /* Ditto */573 bool is_noirq_suspended:1;574 bool is_late_suspended:1;575 bool no_pm:1;[all …]