Home
last modified time | relevance | path

Searched defs:wmi_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h14 struct wmi_ops { struct
15 void (*rx)(struct ath10k *ar, struct sk_buff *skb);
19 int (*pull_scan)(struct ath10k *ar, struct sk_buff *skb,
25 int (*pull_mgmt_tx_bundle_compl)(
68 struct sk_buff *(*gen_init)(struct ath10k *ar);
71 struct sk_buff *(*gen_stop_scan)(struct ath10k *ar,
197 struct sk_buff *(*gen_radar_found)
203 void (*fw_stats_fill)(struct ath10k *ar,
213 int (*get_vdev_subtype)(struct ath10k *ar,
218 struct sk_buff *(*gen_pdev_bss_chan_info_req)
[all …]
H A Dwmi.c9099 static const struct wmi_ops wmi_ops = { variable