Searched refs:pull_echo_ev (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 50 int (*pull_echo_ev)(struct ath10k *ar, struct sk_buff *skb, member 432 if (!ar->wmi.ops->pull_echo_ev) in ath10k_wmi_pull_echo_ev() 435 return ar->wmi.ops->pull_echo_ev(ar, skb, arg); in ath10k_wmi_pull_echo_ev()
|
H A D | wmi.c | 9158 .pull_echo_ev = ath10k_wmi_op_pull_echo_ev, 9236 .pull_echo_ev = ath10k_wmi_op_pull_echo_ev, 9310 .pull_echo_ev = ath10k_wmi_op_pull_echo_ev, 9381 .pull_echo_ev = ath10k_wmi_op_pull_echo_ev, 9500 .pull_echo_ev = ath10k_wmi_op_pull_echo_ev,
|
H A D | wmi-tlv.c | 4549 .pull_echo_ev = ath10k_wmi_tlv_op_pull_echo_ev,
|