Searched defs:wmi_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 25 struct wmi_ops { struct 26 void (*rx)(struct ath10k *ar, struct sk_buff *skb); 27 void (*map_svc)(const __le32 *in, unsigned long *out, size_t len); 28 void (*map_svc_ext)(const __le32 *in, unsigned long *out, size_t len); 30 int (*pull_scan)(struct ath10k *ar, struct sk_buff *skb, 32 int (*pull_mgmt_rx)(struct ath10k *ar, struct sk_buff *skb, 34 int (*pull_mgmt_tx_compl)(struct ath10k *ar, struct sk_buff *skb, 36 int (*pull_ch_info)(struct ath10k *ar, struct sk_buff *skb, 38 int (*pull_vdev_start)(struct ath10k *ar, struct sk_buff *skb, 40 int (*pull_peer_kick)(struct ath10k *ar, struct sk_buff *skb, [all …]
|
D | wmi.c | 8718 static const struct wmi_ops wmi_ops = { variable
|