Searched refs:bd_api (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/net/wireless/ath/ath12k/ |
D | core.c | 479 int bd_api; in ath12k_core_fetch_bdf() local 490 bd_api = 2; in ath12k_core_fetch_bdf() 512 bd_api = 1; in ath12k_core_fetch_bdf() 529 ath12k_dbg(ab, ATH12K_DBG_BOOT, "using board api %d\n", bd_api); in ath12k_core_fetch_bdf()
|
/linux-6.14.4/drivers/net/wireless/ath/ath11k/ |
D | core.c | 1523 int bd_api; in ath11k_core_fetch_bdf() local 1539 bd_api = 2; in ath11k_core_fetch_bdf() 1588 bd_api = 1; in ath11k_core_fetch_bdf() 1612 ath11k_dbg(ab, ATH11K_DBG_BOOT, "using board api %d\n", bd_api); in ath11k_core_fetch_bdf()
|
/linux-6.14.4/drivers/net/wireless/ath/ath10k/ |
D | core.h | 1109 int bd_api; member
|
D | core.c | 1664 ar->bd_api = 2; in ath10k_core_fetch_board_file() 1673 ar->bd_api = 1; in ath10k_core_fetch_board_file() 1682 ath10k_dbg(ar, ATH10K_DBG_BOOT, "using board api %d\n", ar->bd_api); in ath10k_core_fetch_board_file()
|
D | debug.c | 92 ar->bd_api, in ath10k_debug_print_board_info()
|