Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
A Dcore.c1239 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files()
1240 release_firmware(ar->normal_mode_fw.ext_board); in ath10k_core_free_board_files()
1245 ar->normal_mode_fw.ext_board = NULL; in ath10k_core_free_board_files()
1329 ar->normal_mode_fw.ext_board = fw; in ath10k_core_fetch_board_data_api_1()
1330 if (IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_fetch_board_data_api_1()
1331 return PTR_ERR(ar->normal_mode_fw.ext_board); in ath10k_core_fetch_board_data_api_1()
1333 ar->normal_mode_fw.ext_board_data = ar->normal_mode_fw.ext_board->data; in ath10k_core_fetch_board_data_api_1()
1334 ar->normal_mode_fw.ext_board_len = ar->normal_mode_fw.ext_board->size; in ath10k_core_fetch_board_data_api_1()
A Dcore.h978 const struct firmware *ext_board; member

Completed in 14 milliseconds