Lines Matching defs:ops
25 #include "wmi-ops.h"
7864 if (ar->wmi.ops->gen_vdev_wmm_conf) {
9551 struct ieee80211_ops *ops;
9554 ops = kmemdup(&ath10k_ops, sizeof(ath10k_ops), GFP_KERNEL);
9555 if (!ops)
9558 hw = ieee80211_alloc_hw(sizeof(struct ath10k) + priv_size, ops);
9560 kfree(ops);
9566 ar->ops = ops;
9573 struct ieee80211_ops *ops = ar->ops;
9576 kfree(ops);
10162 ar->ops->set_tid_config = NULL;
10246 ar->ops->set_coverage_class = NULL;