Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h6028 struct dev_pm_info { struct
6029 pm_message_t power_state;
6030 unsigned int can_wakeup: 1;
6031 unsigned int async_suspend: 1;
6032 bool in_dpm_list: 1;
6033 bool is_prepared: 1;
6034 bool is_suspended: 1;
6035 bool is_noirq_suspended: 1;
6036 bool is_late_suspended: 1;
6037 bool no_pm: 1;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h5647 struct dev_pm_info { struct
5648 pm_message_t power_state;
5649 unsigned int can_wakeup: 1;
5650 unsigned int async_suspend: 1;
5651 bool in_dpm_list: 1;
5652 bool is_prepared: 1;
5653 bool is_suspended: 1;
5654 bool is_noirq_suspended: 1;
5655 bool is_late_suspended: 1;
5656 bool no_pm: 1;
[all …]