Home
last modified time | relevance | path

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

/include/linux/
Dpm.h518 struct dev_pm_info { struct
519 pm_message_t power_state;
520 unsigned int can_wakeup:1;
521 unsigned int async_suspend:1;
522 bool is_prepared:1; /* Owned by the PM core */
523 bool is_suspended:1; /* Ditto */
524 bool ignore_children:1;
525 bool early_init:1; /* Owned by the PM core */
526 spinlock_t lock;
528 struct list_head entry;
[all …]