Home
last modified time | relevance | path

Searched refs:gen_wow_host_wakeup_ind (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h179 struct sk_buff *(*gen_wow_host_wakeup_ind)(struct ath10k *ar); member
1314 if (!ar->wmi.ops->gen_wow_host_wakeup_ind) in ath10k_wmi_wow_host_wakeup_ind()
1317 skb = ar->wmi.ops->gen_wow_host_wakeup_ind(ar); in ath10k_wmi_wow_host_wakeup_ind()
Dwmi-tlv.c3968 .gen_wow_host_wakeup_ind = ath10k_wmi_tlv_gen_wow_host_wakeup_ind,