Lines Matching defs:ar

793 void ath10k_core_get_fw_features_str(struct ath10k *ar,  in ath10k_core_get_fw_features_str()
812 static void ath10k_send_suspend_complete(struct ath10k *ar) in ath10k_send_suspend_complete()
819 static int ath10k_init_sdio(struct ath10k *ar, enum ath10k_firmware_mode mode) in ath10k_init_sdio()
866 static int ath10k_init_configure_target(struct ath10k *ar) in ath10k_init_configure_target()
934 static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar, in ath10k_fetch_fw_file()
968 static int ath10k_push_board_ext_data(struct ath10k *ar, const void *data, in ath10k_push_board_ext_data()
1015 static int ath10k_core_get_board_id_from_otp(struct ath10k *ar) in ath10k_core_get_board_id_from_otp()
1093 struct ath10k *ar = data; in ath10k_core_check_bdfext() local
1146 static int ath10k_core_check_smbios(struct ath10k *ar) in ath10k_core_check_smbios()
1157 int ath10k_core_check_dt(struct ath10k *ar) in ath10k_core_check_dt()
1183 static int ath10k_download_fw(struct ath10k *ar) in ath10k_download_fw()
1232 void ath10k_core_free_board_files(struct ath10k *ar) in ath10k_core_free_board_files()
1249 static void ath10k_core_free_firmware_files(struct ath10k *ar) in ath10k_core_free_firmware_files()
1273 static int ath10k_fetch_cal_file(struct ath10k *ar) in ath10k_fetch_cal_file()
1300 static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_data_api_1()
1338 static int ath10k_core_parse_bd_ie_board(struct ath10k *ar, in ath10k_core_parse_bd_ie_board()
1428 static int ath10k_core_search_bd(struct ath10k *ar, in ath10k_core_search_bd()
1486 static int ath10k_core_fetch_board_data_api_n(struct ath10k *ar, in ath10k_core_fetch_board_data_api_n()
1561 static int ath10k_core_create_board_name(struct ath10k *ar, char *name, in ath10k_core_create_board_name()
1607 static int ath10k_core_create_eboard_name(struct ath10k *ar, char *name, in ath10k_core_create_eboard_name()
1624 int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type) in ath10k_core_fetch_board_file()
1690 static int ath10k_core_get_ext_board_id_from_otp(struct ath10k *ar) in ath10k_core_get_ext_board_id_from_otp()
1742 static int ath10k_download_board_data(struct ath10k *ar, const void *data, in ath10k_download_board_data()
1811 static int ath10k_download_and_run_otp(struct ath10k *ar) in ath10k_download_and_run_otp()
1870 static int ath10k_download_cal_file(struct ath10k *ar, in ath10k_download_cal_file()
1892 static int ath10k_download_cal_dt(struct ath10k *ar, const char *dt_name) in ath10k_download_cal_dt()
1947 static int ath10k_download_cal_eeprom(struct ath10k *ar) in ath10k_download_cal_eeprom()
1976 static int ath10k_download_cal_nvmem(struct ath10k *ar, const char *cell_name) in ath10k_download_cal_nvmem()
2009 int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name, in ath10k_core_fetch_firmware_api_n()
2186 static void ath10k_core_get_fw_name(struct ath10k *ar, char *fw_name, in ath10k_core_get_fw_name()
2205 static int ath10k_core_fetch_firmware_files(struct ath10k *ar) in ath10k_core_fetch_firmware_files()
2239 static int ath10k_core_pre_cal_download(struct ath10k *ar) in ath10k_core_pre_cal_download()
2282 static int ath10k_core_pre_cal_config(struct ath10k *ar) in ath10k_core_pre_cal_config()
2311 static int ath10k_download_cal_data(struct ath10k *ar) in ath10k_download_cal_data()
2381 static void ath10k_core_fetch_btcoex_dt(struct ath10k *ar) in ath10k_core_fetch_btcoex_dt()
2415 static int ath10k_init_uart(struct ath10k *ar) in ath10k_init_uart()
2466 static int ath10k_init_hw_params(struct ath10k *ar) in ath10k_init_hw_params()
2494 void ath10k_core_start_recovery(struct ath10k *ar) in ath10k_core_start_recovery()
2505 void ath10k_core_napi_enable(struct ath10k *ar) in ath10k_core_napi_enable()
2517 void ath10k_core_napi_sync_disable(struct ath10k *ar) in ath10k_core_napi_sync_disable()
2532 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart() local
2605 struct ath10k *ar = container_of(work, struct ath10k, in ath10k_core_set_coverage_class_work() local
2612 static int ath10k_core_init_firmware_features(struct ath10k *ar) in ath10k_core_init_firmware_features()
2791 static int ath10k_core_reset_rx_filter(struct ath10k *ar) in ath10k_core_reset_rx_filter()
2840 static int ath10k_core_compat_services(struct ath10k *ar) in ath10k_core_compat_services()
2864 static int ath10k_core_copy_target_iram(struct ath10k *ar) in ath10k_core_copy_target_iram()
2941 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode, in ath10k_core_start()
3270 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend()
3293 void ath10k_core_stop(struct ath10k *ar) in ath10k_core_stop()
3317 static int ath10k_core_probe_fw(struct ath10k *ar) in ath10k_core_probe_fw()
3470 struct ath10k *ar = container_of(work, struct ath10k, register_work); in ath10k_core_register_work() local
3542 int ath10k_core_register(struct ath10k *ar, in ath10k_core_register()
3553 void ath10k_core_unregister(struct ath10k *ar) in ath10k_core_unregister()
3589 struct ath10k *ar; in ath10k_core_create() local
3731 void ath10k_core_destroy(struct ath10k *ar) in ath10k_core_destroy()