Searched refs:bd_ie_type (Results 1 – 2 of 2) sorted by relevance
1233 static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_data_api_1() argument1238 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_fetch_board_data_api_1()1262 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_fetch_board_data_api_1()1284 int bd_ie_type) in ath10k_core_parse_bd_ie_board() argument1333 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_parse_bd_ie_board()1340 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_parse_bd_ie_board()1567 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_file() argument1572 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_fetch_board_file()1601 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_fetch_board_file()1620 ret = ath10k_core_fetch_board_data_api_1(ar, bd_ie_type); in ath10k_core_fetch_board_file()
1340 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type);