Searched defs:wmi_ops (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ | 
| D | wmi-ops.h | 14 struct wmi_ops {  struct15 	void (*rx)(struct ath10k *ar, struct sk_buff *skb);
 16 	void (*map_svc)(const __le32 *in, unsigned long *out, size_t len);
 17 	void (*map_svc_ext)(const __le32 *in, unsigned long *out, size_t len);
 19 	int (*pull_scan)(struct ath10k *ar, struct sk_buff *skb,
 21 	int (*pull_mgmt_rx)(struct ath10k *ar, struct sk_buff *skb,
 23 	int (*pull_mgmt_tx_compl)(struct ath10k *ar, struct sk_buff *skb,
 25 	int (*pull_mgmt_tx_bundle_compl)(
 28 	int (*pull_ch_info)(struct ath10k *ar, struct sk_buff *skb,
 30 	int (*pull_vdev_start)(struct ath10k *ar, struct sk_buff *skb,
 [all …]
 
 | 
| D | wmi.c | 9097 static const struct wmi_ops wmi_ops = {  variable
 |