Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dpm.h585 struct dev_pm_info { struct
586 pm_message_t power_state;
587 unsigned int can_wakeup:1;
588 unsigned int async_suspend:1;
589 bool in_dpm_list:1; /* Owned by the PM core */
590 bool is_prepared:1; /* Owned by the PM core */
591 bool is_suspended:1; /* Ditto */
592 bool is_noirq_suspended:1;
593 bool is_late_suspended:1;
594 bool early_init:1; /* Owned by the PM core */
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpm.h565 struct dev_pm_info { struct
566 pm_message_t power_state;
567 unsigned int can_wakeup:1;
568 unsigned int async_suspend:1;
569 bool in_dpm_list:1; /* Owned by the PM core */
570 bool is_prepared:1; /* Owned by the PM core */
571 bool is_suspended:1; /* Ditto */
572 bool is_noirq_suspended:1;
573 bool is_late_suspended:1;
574 bool no_pm:1;
[all …]