Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpm.h470 struct dev_pm_info { struct
471 pm_message_t power_state;
472 unsigned int can_wakeup:1;
473 unsigned int async_suspend:1;
474 bool is_prepared:1; /* Owned by the PM core */
475 bool is_suspended:1; /* Ditto */
476 bool ignore_children:1;
477 spinlock_t lock;
479 struct list_head entry;
480 struct completion completion;
[all …]