Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dcore.c1182 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
1186 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_fetch_board_data_api_1()
1200 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_fetch_board_data_api_1()
1222 int bd_ie_type) in ath10k_core_parse_bd_ie_board() argument
1271 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_parse_bd_ie_board()
1278 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_parse_bd_ie_board()
1500 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_file() argument
1505 if (bd_ie_type == ATH10K_BD_IE_BOARD) { in ath10k_core_fetch_board_file()
1519 } else if (bd_ie_type == ATH10K_BD_IE_BOARD_EXT) { in ath10k_core_fetch_board_file()
1537 ret = ath10k_core_fetch_board_data_api_1(ar, bd_ie_type); in ath10k_core_fetch_board_file()
Dcore.h1318 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type);
/drivers/net/wireless/ath/ath11k/
Dcore.c192 int bd_ie_type) in ath11k_core_parse_bd_ie_board() argument