Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c892 int fw_format; in rtw89_early_fw_feature_recognize() local
896 for (fw_format = chip->fw_format_max; fw_format >= 0; fw_format--) { in rtw89_early_fw_feature_recognize()
898 chip->fw_basename, fw_format); in rtw89_early_fw_feature_recognize()
903 *used_fw_format = fw_format; in rtw89_early_fw_feature_recognize()
1864 chip->fw_basename, rtwdev->fw.fw_format); in rtw89_load_firmware_work()
H A Dcore.c5413 int fw_format = -1; in rtw89_alloc_ieee80211_hw() local
5417 firmware = rtw89_early_fw_feature_recognize(device, chip, &early_fw, &fw_format); in rtw89_alloc_ieee80211_hw()
5465 rtwdev->fw.fw_format = fw_format; in rtw89_alloc_ieee80211_hw()
H A Dfw.h4062 const char *fw_basename, int fw_format) in rtw89_fw_get_filename() argument
4064 if (fw_format <= 0) in rtw89_fw_get_filename()
4067 snprintf(buf, size, "%s-%d.bin", fw_basename, fw_format); in rtw89_fw_get_filename()
H A Dcore.h4576 int fw_format; member