Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h181 struct sk_buff *(*gen_wow_host_wakeup_ind)(struct ath10k *ar); member
1382 if (!ar->wmi.ops->gen_wow_host_wakeup_ind) in ath10k_wmi_wow_host_wakeup_ind()
1385 skb = ar->wmi.ops->gen_wow_host_wakeup_ind(ar); in ath10k_wmi_wow_host_wakeup_ind()
Dwmi-tlv.c4585 .gen_wow_host_wakeup_ind = ath10k_wmi_tlv_gen_wow_host_wakeup_ind,