Home
last modified time | relevance | path

Searched defs:dev_pm_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/linux/
Dpm.h648 struct dev_pm_info { struct
649 pm_message_t power_state;
650 unsigned int can_wakeup:1;
651 unsigned int async_suspend:1;
652 bool in_dpm_list:1; /* Owned by the PM core */
653 bool is_prepared:1; /* Owned by the PM core */
654 bool is_suspended:1; /* Ditto */
655 bool is_noirq_suspended:1;
656 bool is_late_suspended:1;
657 bool no_pm:1;
[all …]