Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c1272 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file()
1280 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file()
1305 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_core_fetch_board_data_api_1()
1594 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1604 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1610 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1617 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1632 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_eboard_name()
2246 ATH10K_FW_FILE_BASE, ath10k_bus_str(ar->hif.bus), in ath10k_core_get_fw_name()
H A Dtestmode.c184 ATH10K_FW_UTF_FILE_BASE, ath10k_bus_str(ar->hif.bus), in ath10k_tm_fetch_firmware()
H A Dcore.h96 static inline const char *ath10k_bus_str(enum ath10k_bus bus) in ath10k_bus_str() function