Home
last modified time | relevance | path

Searched refs:ath10k_core_fw_feature_str (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.c647 static const char *const ath10k_core_fw_feature_str[] = { variable
676 /* make sure that ath10k_core_fw_feature_str[] gets updated */ in ath10k_core_get_fw_feature_str()
677 BUILD_BUG_ON(ARRAY_SIZE(ath10k_core_fw_feature_str) != in ath10k_core_get_fw_feature_str()
680 if (feat >= ARRAY_SIZE(ath10k_core_fw_feature_str) || in ath10k_core_get_fw_feature_str()
681 WARN_ON(!ath10k_core_fw_feature_str[feat])) { in ath10k_core_get_fw_feature_str()
685 return scnprintf(buf, buf_len, "%s", ath10k_core_fw_feature_str[feat]); in ath10k_core_get_fw_feature_str()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.c731 static const char *const ath10k_core_fw_feature_str[] = { variable
761 /* make sure that ath10k_core_fw_feature_str[] gets updated */ in ath10k_core_get_fw_feature_str()
762 BUILD_BUG_ON(ARRAY_SIZE(ath10k_core_fw_feature_str) != in ath10k_core_get_fw_feature_str()
765 if (feat >= ARRAY_SIZE(ath10k_core_fw_feature_str) || in ath10k_core_get_fw_feature_str()
766 WARN_ON(!ath10k_core_fw_feature_str[feat])) { in ath10k_core_get_fw_feature_str()
770 return scnprintf(buf, buf_len, "%s", ath10k_core_fw_feature_str[feat]); in ath10k_core_get_fw_feature_str()

Completed in 7 milliseconds