Home
last modified time | relevance | path

Searched refs:ath10k_core_start (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dtestmode.c206 ret = ath10k_core_start(ar, ATH10K_FIRMWARE_MODE_UTF); in ath10k_tm_cmd_utf_start()
Dcore.c985 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode) in ath10k_core_start() function
1149 EXPORT_SYMBOL(ath10k_core_start);
1236 ret = ath10k_core_start(ar, ATH10K_FIRMWARE_MODE_NORMAL); in ath10k_core_probe_fw()
Dcore.h700 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode);
Dmac.c2898 ret = ath10k_core_start(ar, ATH10K_FIRMWARE_MODE_NORMAL); in ath10k_start()