Home
last modified time | relevance | path

Searched refs:ath11k_cold_boot_cal (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h164 extern bool ath11k_cold_boot_cal;
H A Dqmi.c26 bool ath11k_cold_boot_cal = 1; variable
27 EXPORT_SYMBOL(ath11k_cold_boot_cal);
28 module_param_named(cold_boot_cal, ath11k_cold_boot_cal, bool, 0644);
H A Dcore.c869 if (!ath11k_cold_boot_cal) in ath11k_core_coldboot_cal_support()