Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h6412 struct dev_pm_info { struct
6413 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 …]
Dvmlinux.h6412 struct dev_pm_info { struct
6413 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 …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h5498 struct dev_pm_info { struct
5499 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 …]
Dvmlinux_510.h5498 struct dev_pm_info { struct
5499 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 …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h2963 struct dev_pm_info { struct
2964 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 …]
Dvmlinux_505.h2963 struct dev_pm_info { struct
2964 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 …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h2589 struct dev_pm_info { struct
2590 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 …]