Searched refs:wake_reason (Results 1 – 15 of 15) 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/include/net/bluetooth/ |
| H A D | mgmt.h | 1174 __u8 wake_reason; member
|
| H A D | hci_core.h | 550 u8 wake_reason; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq_cmd.h | 397 __le16 wake_reason; member
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2360 hdev->wake_reason = 0; in hci_clear_wake_reason() 2846 mgmt_resuming(hdev, hdev->wake_reason, &hdev->wake_addr, in hci_resume_dev()
|
| H A D | hci_event.c | 7675 if (!hdev->suspended || hdev->wake_reason) in hci_store_wake_reason() 7679 hdev->wake_reason = MGMT_WAKE_REASON_UNEXPECTED; in hci_store_wake_reason() 7686 hdev->wake_reason = MGMT_WAKE_REASON_REMOTE_WAKE; in hci_store_wake_reason()
|
| H A D | mgmt.c | 10853 ev.wake_reason = reason; in mgmt_resuming()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 9551 arg->wake_reason = le32_to_cpu(param->wake_reason); in ath12k_wmi_wow_wakeup_host_parse() 9553 arg->wake_reason, wow_reason(arg->wake_reason)); in ath12k_wmi_wow_wakeup_host_parse() 9557 if (arg && arg->wake_reason == WOW_REASON_PAGE_FAULT) { in ath12k_wmi_wow_wakeup_host_parse()
|
| H A D | wmi.h | 5745 __le32 wake_reason; member 5755 enum wmi_wow_wake_reason wake_reason; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 8613 ev->wake_reason, wow_reason(ev->wake_reason)); in ath11k_wmi_tlv_wow_wakeup_host_parse() 8617 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 | 1933 data->wake_reason); in perf_sample__fprintf_synth_cbr()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 4677 wow_reason(ev.wake_reason)); in ath10k_wmi_event_wow_wakeup_host()
|