Searched refs:wake_reason (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | export-to-sqlite.py | 777 wake_reason = (payload >> 8) & 0xf 781 pwrx_query.addBindValue(str(wake_reason))
|
| H A D | intel-pt-events.py | 185 wake_reason = (payload >> 8) & 0xf 187 (deepest_cstate, last_cstate, wake_reason), end=' ')
|
| H A D | export-to-postgresql.py | 1093 wake_reason = (payload >> 8) & 0xf 1094 value = struct.pack("!hiqiiiiii", 4, 8, id, 4, deepest_cstate, 4, last_cstate, 4, wake_reason)
|
| /linux/tools/perf/util/ |
| H A D | event.h | 191 wake_reason : 4, member
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_utils.h | 261 u8 wake_reason; member
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 1159 __u8 wake_reason; member
|
| H A D | hci_core.h | 552 u8 wake_reason; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq_cmd.h | 397 __le16 wake_reason; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-tlv.h | 2246 __le32 wake_reason; member
|
| H A D | wmi-tlv.c | 1680 arg->wake_reason = __le32_to_cpu(ev->wake_reason); in ath10k_wmi_tlv_op_pull_wow_ev()
|
| H A D | wmi.c | 4678 wow_reason(ev.wake_reason)); in ath10k_wmi_event_wow_wakeup_host()
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2397 hdev->wake_reason = 0; in hci_clear_wake_reason() 2881 mgmt_resuming(hdev, hdev->wake_reason, &hdev->wake_addr, in hci_resume_dev()
|
| H A D | hci_event.c | 7534 if (!hdev->suspended || hdev->wake_reason) 7537 /* Default to remote wake. Values for wake_reason are documented in the 7540 hdev->wake_reason = MGMT_WAKE_REASON_REMOTE_WAKE; 7582 hdev->wake_reason = MGMT_WAKE_REASON_UNEXPECTED;
|
| H A D | mgmt.c | 10574 ev.wake_reason = reason; in mgmt_resuming()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 9049 arg->wake_reason = le32_to_cpu(param->wake_reason); in ath12k_wmi_wow_wakeup_host_parse() 9051 arg->wake_reason, wow_reason(arg->wake_reason)); in ath12k_wmi_wow_wakeup_host_parse() 9055 if (arg && arg->wake_reason == WOW_REASON_PAGE_FAULT) { in ath12k_wmi_wow_wakeup_host_parse()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 8587 ev->wake_reason, wow_reason(ev->wake_reason)); in ath11k_wmi_tlv_wow_wakeup_host_parse() 8591 if (ev && ev->wake_reason == WOW_REASON_PAGE_FAULT) { in ath11k_wmi_tlv_wow_wakeup_host_parse()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1921 data->wake_reason); in perf_sample__fprintf_synth_pwrx()
|