Lines Matching defs:ops
25 #include "wmi-ops.h"
7711 if (ar->wmi.ops->gen_vdev_wmm_conf) {
9384 struct ieee80211_ops *ops;
9387 ops = kmemdup(&ath10k_ops, sizeof(ath10k_ops), GFP_KERNEL);
9388 if (!ops)
9391 hw = ieee80211_alloc_hw(sizeof(struct ath10k) + priv_size, ops);
9393 kfree(ops);
9399 ar->ops = ops;
9406 struct ieee80211_ops *ops = ar->ops;
9409 kfree(ops);
9991 ar->ops->set_tid_config = NULL;
10072 ar->ops->set_coverage_class = NULL;