Home
last modified time | relevance | path

Searched refs:bd_ie_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c1272 static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_data_api_1() argument
1277 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_fetch_board_data_api_1()
1301 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_fetch_board_data_api_1()
1323 int bd_ie_type) in ath10k_core_parse_bd_ie_board() argument
1372 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_parse_bd_ie_board()
1379 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_parse_bd_ie_board()
1606 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_file() argument
1611 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_fetch_board_file()
1640 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_fetch_board_file()
1659 ret = ath10k_core_fetch_board_data_api_1(ar, bd_ie_type); in ath10k_core_fetch_board_file()
H A Dcore.h1345 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type);
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c141 int bd_ie_type) in ath12k_core_parse_bd_ie_board() argument