Searched refs:wakeup (Results 1 – 9 of 9) sorted by relevance
| /net/tipc/ |
| A D | group.h | 60 void tipc_group_member_evt(struct tipc_group *grp, bool *wakeup, 64 void tipc_group_proto_rcv(struct tipc_group *grp, bool *wakeup,
|
| A D | group.c | 105 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open() argument 107 *wakeup = false; in tipc_group_open() 112 *wakeup = true; in tipc_group_open()
|
| A D | socket.c | 2152 bool wakeup = false; in tipc_sk_proto_rcv() local 2163 wakeup = true; in tipc_sk_proto_rcv() 2167 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); in tipc_sk_proto_rcv() 2170 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf, in tipc_sk_proto_rcv() 2177 if (wakeup) in tipc_sk_proto_rcv()
|
| /net/mac80211/ |
| A D | pm.c | 193 struct cfg80211_wowlan_wakeup *wakeup, in ieee80211_report_wowlan_wakeup() argument 198 cfg80211_report_wowlan_wakeup(&sdata->wdev, wakeup, gfp); in ieee80211_report_wowlan_wakeup()
|
| /net/wireless/ |
| A D | trace.h | 3892 TP_ARGS(wiphy, wdev, wakeup), 3906 wakeup ? wakeup->packet_present_len : 0) 3912 __entry->disconnect = wakeup ? wakeup->disconnect : false; 3913 __entry->magic_pkt = wakeup ? wakeup->magic_pkt : false; 3914 __entry->gtk_rekey_failure = wakeup ? wakeup->gtk_rekey_failure : false; 3915 __entry->eap_identity_req = wakeup ? wakeup->eap_identity_req : false; 3916 __entry->four_way_handshake = wakeup ? wakeup->four_way_handshake : false; 3917 __entry->rfkill_release = wakeup ? wakeup->rfkill_release : false; 3918 __entry->pattern_idx = wakeup ? wakeup->pattern_idx : false; 3919 __entry->packet_len = wakeup ? wakeup->packet_len : false; [all …]
|
| A D | nl80211.c | 20758 if (wakeup) in cfg80211_report_wowlan_wakeup() 20778 if (wakeup) { in cfg80211_report_wowlan_wakeup() 20786 if (wakeup->disconnect && in cfg80211_report_wowlan_wakeup() 20789 if (wakeup->magic_pkt && in cfg80211_report_wowlan_wakeup() 20807 wakeup->pattern_idx)) in cfg80211_report_wowlan_wakeup() 20810 if (wakeup->tcp_match && in cfg80211_report_wowlan_wakeup() 20814 if (wakeup->tcp_connlost && in cfg80211_report_wowlan_wakeup() 20828 if (wakeup->packet) { in cfg80211_report_wowlan_wakeup() 20839 if (wakeup->packet_len && in cfg80211_report_wowlan_wakeup() 20844 wakeup->packet)) in cfg80211_report_wowlan_wakeup() [all …]
|
| /net/smc/ |
| A D | smc_close.c | 377 goto wakeup; in smc_close_passive_work() 428 wakeup: in smc_close_passive_work()
|
| /net/bluetooth/ |
| A D | hci_sync.c | 6205 if (!hdev->wakeup || !hdev->wakeup(hdev)) { in hci_suspend_sync()
|
| A D | hci_core.c | 2661 if (hdev->wakeup) in hci_register_dev()
|
Completed in 66 milliseconds