Lines Matching refs:ath11k
92 struct ath11k *ar;
217 struct ath11k *ar;
450 struct ath11k { struct
603 struct ath11k *ar;
900 int ath11k_core_init(struct ath11k_base *ath11k);
901 void ath11k_core_deinit(struct ath11k_base *ath11k);
905 void ath11k_core_free(struct ath11k_base *ath11k);
906 int ath11k_core_fetch_bdf(struct ath11k_base *ath11k,
909 int ath11k_core_check_dt(struct ath11k_base *ath11k);
911 void ath11k_core_halt(struct ath11k *ar);
952 static inline struct ath11k *ath11k_ab_to_ar(struct ath11k_base *ab, in ath11k_ab_to_ar()