Home
last modified time | relevance | path

Searched refs:fw_format (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c984 int fw_format; in rtw89_early_fw_feature_recognize()
988 for (fw_format = fw_def->fw_format_max; fw_format >= 0; fw_format--) { in rtw89_early_fw_feature_recognize()
990 fw_def->fw_basename, fw_format); in rtw89_early_fw_feature_recognize()
995 *used_fw_format = fw_format; in rtw89_early_fw_feature_recognize()
2059 fw_def->fw_basename, rtwdev->fw.fw_format);
973 int fw_format; rtw89_early_fw_feature_recognize() local
H A Dcore.c6894 int fw_format = -1;
6899 &early_fw, &fw_format);
6950 rtwdev->fw.fw_format = fw_format;
6752 int fw_format = -1; rtw89_alloc_ieee80211_hw() local