Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance
545 struct dev_pm_info { struct546 pm_message_t power_state;547 unsigned int can_wakeup:1;548 unsigned int async_suspend:1;549 bool is_prepared:1; /* Owned by the PM core */550 bool is_suspended:1; /* Ditto */551 bool is_noirq_suspended:1;552 bool is_late_suspended:1;553 bool ignore_children:1;554 bool early_init:1; /* Owned by the PM core */[all …]