Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance
558 struct dev_pm_info { struct559 pm_message_t power_state;560 unsigned int can_wakeup:1;561 unsigned int async_suspend:1;562 bool is_prepared:1; /* Owned by the PM core */563 bool is_suspended:1; /* Ditto */564 bool is_noirq_suspended:1;565 bool is_late_suspended:1;566 bool ignore_children:1;567 bool early_init:1; /* Owned by the PM core */[all …]