Home
last modified time | relevance | path

Searched refs:RTW89_FW_NORMAL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c1262 enum rtw89_fw_type fw_type = wow ? RTW89_FW_WOWLAN : RTW89_FW_NORMAL; in rtw89_wow_swap_fw()
H A Dfw.c619 if (type != RTW89_FW_NORMAL) in rtw89_mfw_recognize()
759 if (type == RTW89_FW_NORMAL || type == RTW89_FW_NORMAL_CE || in rtw89_fw_update_ver()
987 fw_suit = rtw89_fw_suit_get(rtwdev, RTW89_FW_NORMAL); in rtw89_fw_recognize_features()
1044 fw_suit = rtw89_fw_suit_get(rtwdev, RTW89_FW_NORMAL); in rtw89_fw_validate_ver_required()
1061 enum rtw89_fw_type normal_fw_type = RTW89_FW_NORMAL; in rtw89_fw_recognize()
1973 (fw_suit->type == RTW89_FW_NORMAL || fw_suit->type == RTW89_FW_WOWLAN)) in rtw89_fw_download_suit()
H A Dcore.h5960 RTW89_FW_NORMAL = 1, enumerator
H A Dmac.c4335 ret = rtw89_fw_download(rtwdev, RTW89_FW_NORMAL, include_bb); in rtw89_mac_partial_init()
H A Dcoex.c13329 fw_suit = rtw89_fw_suit_get(rtwdev, RTW89_FW_NORMAL); in rtw89_coex_recognize_ver()