Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance
5103 struct dev_pm_info { struct5104 pm_message_t power_state;5105 unsigned int can_wakeup: 1;5106 unsigned int async_suspend: 1;5107 bool in_dpm_list: 1;5108 bool is_prepared: 1;5109 bool is_suspended: 1;5110 bool is_noirq_suspended: 1;5111 bool is_late_suspended: 1;5112 bool no_pm: 1;[all …]