Lines Matching defs:ar
672 void ath10k_core_get_fw_features_str(struct ath10k *ar, in ath10k_core_get_fw_features_str()
691 static void ath10k_send_suspend_complete(struct ath10k *ar) in ath10k_send_suspend_complete()
698 static int ath10k_init_sdio(struct ath10k *ar, enum ath10k_firmware_mode mode) in ath10k_init_sdio()
744 static int ath10k_init_configure_target(struct ath10k *ar) in ath10k_init_configure_target()
812 static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar, in ath10k_fetch_fw_file()
837 static int ath10k_push_board_ext_data(struct ath10k *ar, const void *data, in ath10k_push_board_ext_data()
884 static int ath10k_core_get_board_id_from_otp(struct ath10k *ar) in ath10k_core_get_board_id_from_otp()
961 struct ath10k *ar = data; in ath10k_core_check_bdfext() local
1014 static int ath10k_core_check_smbios(struct ath10k *ar) in ath10k_core_check_smbios()
1025 int ath10k_core_check_dt(struct ath10k *ar) in ath10k_core_check_dt()
1048 static int ath10k_download_fw(struct ath10k *ar) in ath10k_download_fw()
1097 void ath10k_core_free_board_files(struct ath10k *ar) in ath10k_core_free_board_files()
1114 static void ath10k_core_free_firmware_files(struct ath10k *ar) in ath10k_core_free_firmware_files()
1138 static int ath10k_fetch_cal_file(struct ath10k *ar) in ath10k_fetch_cal_file()
1165 static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_data_api_1()
1202 static int ath10k_core_parse_bd_ie_board(struct ath10k *ar, in ath10k_core_parse_bd_ie_board()
1292 static int ath10k_core_search_bd(struct ath10k *ar, in ath10k_core_search_bd()
1350 static int ath10k_core_fetch_board_data_api_n(struct ath10k *ar, in ath10k_core_fetch_board_data_api_n()
1421 static int ath10k_core_create_board_name(struct ath10k *ar, char *name, in ath10k_core_create_board_name()
1466 static int ath10k_core_create_eboard_name(struct ath10k *ar, char *name, in ath10k_core_create_eboard_name()
1483 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_file()
1533 static int ath10k_core_get_ext_board_id_from_otp(struct ath10k *ar) in ath10k_core_get_ext_board_id_from_otp()
1585 static int ath10k_download_board_data(struct ath10k *ar, const void *data, in ath10k_download_board_data()
1654 static int ath10k_download_and_run_otp(struct ath10k *ar) in ath10k_download_and_run_otp()
1712 static int ath10k_download_cal_file(struct ath10k *ar, in ath10k_download_cal_file()
1734 static int ath10k_download_cal_dt(struct ath10k *ar, const char *dt_name) in ath10k_download_cal_dt()
1789 static int ath10k_download_cal_eeprom(struct ath10k *ar) in ath10k_download_cal_eeprom()
1818 int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name, in ath10k_core_fetch_firmware_api_n()
1995 static void ath10k_core_get_fw_name(struct ath10k *ar, char *fw_name, in ath10k_core_get_fw_name()
2014 static int ath10k_core_fetch_firmware_files(struct ath10k *ar) in ath10k_core_fetch_firmware_files()
2048 static int ath10k_core_pre_cal_download(struct ath10k *ar) in ath10k_core_pre_cal_download()
2077 static int ath10k_core_pre_cal_config(struct ath10k *ar) in ath10k_core_pre_cal_config()
2106 static int ath10k_download_cal_data(struct ath10k *ar) in ath10k_download_cal_data()
2162 static void ath10k_core_fetch_btcoex_dt(struct ath10k *ar) in ath10k_core_fetch_btcoex_dt()
2196 static int ath10k_init_uart(struct ath10k *ar) in ath10k_init_uart()
2247 static int ath10k_init_hw_params(struct ath10k *ar) in ath10k_init_hw_params()
2277 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart() local
2350 struct ath10k *ar = container_of(work, struct ath10k, in ath10k_core_set_coverage_class_work() local
2357 static int ath10k_core_init_firmware_features(struct ath10k *ar) in ath10k_core_init_firmware_features()
2536 static int ath10k_core_reset_rx_filter(struct ath10k *ar) in ath10k_core_reset_rx_filter()
2585 static int ath10k_core_compat_services(struct ath10k *ar) in ath10k_core_compat_services()
2607 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode, in ath10k_core_start()
2922 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend()
2945 void ath10k_core_stop(struct ath10k *ar) in ath10k_core_stop()
2969 static int ath10k_core_probe_fw(struct ath10k *ar) in ath10k_core_probe_fw()
3122 struct ath10k *ar = container_of(work, struct ath10k, register_work); in ath10k_core_register_work() local
3185 int ath10k_core_register(struct ath10k *ar, in ath10k_core_register()
3196 void ath10k_core_unregister(struct ath10k *ar) in ath10k_core_unregister()
3230 struct ath10k *ar; in ath10k_core_create() local
3365 void ath10k_core_destroy(struct ath10k *ar) in ath10k_core_destroy()