Searched defs:ath10k (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath10k/
H A Dcore.h64 struct ath10k;
238 struct ath10k *ar;
369 /* Indicates that ath10k device is during CAC phase of DFS */
397 struct ath10k { struct
570 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
572 void ath10k_core_destroy(struct ath10k *ar);
574 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode);
575 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt);
576 void ath10k_core_stop(struct ath10k *ar);
577 int ath10k_core_register(struct ath10k *a
[all...]

Completed in 1170 milliseconds