bd_ie_type       1117 drivers/net/wireless/ath/ath10k/core.c static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar, int bd_ie_type)
bd_ie_type       1121 drivers/net/wireless/ath/ath10k/core.c 	if (bd_ie_type == ATH10K_BD_IE_BOARD) {
bd_ie_type       1135 drivers/net/wireless/ath/ath10k/core.c 	} else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) {
bd_ie_type       1157 drivers/net/wireless/ath/ath10k/core.c 					 int bd_ie_type)
bd_ie_type       1206 drivers/net/wireless/ath/ath10k/core.c 			if (bd_ie_type == ATH10K_BD_IE_BOARD) {
bd_ie_type       1213 drivers/net/wireless/ath/ath10k/core.c 			} else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) {
bd_ie_type       1428 drivers/net/wireless/ath/ath10k/core.c int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type)
bd_ie_type       1433 drivers/net/wireless/ath/ath10k/core.c 	if (bd_ie_type == ATH10K_BD_IE_BOARD) {
bd_ie_type       1447 drivers/net/wireless/ath/ath10k/core.c 	} else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) {
bd_ie_type       1465 drivers/net/wireless/ath/ath10k/core.c 	ret = ath10k_core_fetch_board_data_api_1(ar, bd_ie_type);
bd_ie_type       1247 drivers/net/wireless/ath/ath10k/core.h int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type);