Searched defs:dev_pm_info (Results 1 – 7 of 7) sorted by relevance
6412 struct dev_pm_info { struct6413 pm_message_t power_state;6414 unsigned int can_wakeup: 1;6415 unsigned int async_suspend: 1;6416 bool in_dpm_list: 1;6417 bool is_prepared: 1;6418 bool is_suspended: 1;6419 bool is_noirq_suspended: 1;6420 bool is_late_suspended: 1;6421 bool no_pm: 1;[all …]
5498 struct dev_pm_info { struct5499 pm_message_t power_state;5500 unsigned int can_wakeup: 1;5501 unsigned int async_suspend: 1;5502 bool in_dpm_list: 1;5503 bool is_prepared: 1;5504 bool is_suspended: 1;5505 bool is_noirq_suspended: 1;5506 bool is_late_suspended: 1;5507 bool no_pm: 1;[all …]
2963 struct dev_pm_info { struct2964 pm_message_t power_state;2965 unsigned int can_wakeup: 1;2966 unsigned int async_suspend: 1;2967 bool in_dpm_list: 1;2968 bool is_prepared: 1;2969 bool is_suspended: 1;2970 bool is_noirq_suspended: 1;2971 bool is_late_suspended: 1;2972 bool no_pm: 1;[all …]
2589 struct dev_pm_info { struct2590 pm_message_t power_state;2591 unsigned int can_wakeup: 1;2592 unsigned int async_suspend: 1;2593 bool in_dpm_list: 1;2594 bool is_prepared: 1;2595 bool is_suspended: 1;2596 bool is_noirq_suspended: 1;2597 bool is_late_suspended: 1;2598 bool no_pm: 1;[all …]