Home
last modified time | relevance | path

Searched refs:ext_board (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.c1119 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files()
1120 release_firmware(ar->normal_mode_fw.ext_board); in ath10k_core_free_board_files()
1125 ar->normal_mode_fw.ext_board = NULL; in ath10k_core_free_board_files()
1208 ar->normal_mode_fw.ext_board = fw; in ath10k_core_fetch_board_data_api_1()
1209 if (IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_fetch_board_data_api_1()
1210 return PTR_ERR(ar->normal_mode_fw.ext_board); in ath10k_core_fetch_board_data_api_1()
1212 ar->normal_mode_fw.ext_board_data = ar->normal_mode_fw.ext_board->data; in ath10k_core_fetch_board_data_api_1()
1213 ar->normal_mode_fw.ext_board_len = ar->normal_mode_fw.ext_board->size; in ath10k_core_fetch_board_data_api_1()
H A Dcore.h959 const struct firmware *ext_board; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.c1205 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files()
1206 release_firmware(ar->normal_mode_fw.ext_board); in ath10k_core_free_board_files()
1211 ar->normal_mode_fw.ext_board = NULL; in ath10k_core_free_board_files()
1305 ar->normal_mode_fw.ext_board = fw; in ath10k_core_fetch_board_data_api_1()
1306 if (IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_fetch_board_data_api_1()
1307 return PTR_ERR(ar->normal_mode_fw.ext_board); in ath10k_core_fetch_board_data_api_1()
1309 ar->normal_mode_fw.ext_board_data = ar->normal_mode_fw.ext_board->data; in ath10k_core_fetch_board_data_api_1()
1310 ar->normal_mode_fw.ext_board_len = ar->normal_mode_fw.ext_board->size; in ath10k_core_fetch_board_data_api_1()
H A Dcore.h976 const struct firmware *ext_board; member

Completed in 13 milliseconds