Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c487 int fw_format; in rtw89_early_fw_feature_recognize() local
491 for (fw_format = chip->fw_format_max; fw_format >= 0; fw_format--) { in rtw89_early_fw_feature_recognize()
493 chip->fw_basename, fw_format); in rtw89_early_fw_feature_recognize()
498 *used_fw_format = fw_format; in rtw89_early_fw_feature_recognize()
986 chip->fw_basename, rtwdev->fw.fw_format); in rtw89_load_firmware_work()
H A Dcore.c4007 int fw_format = -1; in rtw89_alloc_ieee80211_hw() local
4010 firmware = rtw89_early_fw_feature_recognize(device, chip, &early_fw, &fw_format); in rtw89_alloc_ieee80211_hw()
4044 rtwdev->fw.fw_format = fw_format; in rtw89_alloc_ieee80211_hw()
H A Dfw.h3463 const char *fw_basename, int fw_format) in rtw89_fw_get_filename() argument
3465 if (fw_format <= 0) in rtw89_fw_get_filename()
3468 snprintf(buf, size, "%s-%d.bin", fw_basename, fw_format); in rtw89_fw_get_filename()
H A Dcore.h3685 int fw_format; member