Lines Matching defs:ar
345 void ath10k_core_get_fw_features_str(struct ath10k *ar, in ath10k_core_get_fw_features_str()
364 static void ath10k_send_suspend_complete(struct ath10k *ar) in ath10k_send_suspend_complete()
371 static int ath10k_init_configure_target(struct ath10k *ar) in ath10k_init_configure_target()
439 static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar, in ath10k_fetch_fw_file()
461 static int ath10k_push_board_ext_data(struct ath10k *ar, const void *data, in ath10k_push_board_ext_data()
508 static int ath10k_download_board_data(struct ath10k *ar, const void *data, in ath10k_download_board_data()
545 static int ath10k_download_cal_file(struct ath10k *ar, in ath10k_download_cal_file()
567 static int ath10k_download_cal_dt(struct ath10k *ar, const char *dt_name) in ath10k_download_cal_dt()
622 static int ath10k_download_cal_eeprom(struct ath10k *ar) in ath10k_download_cal_eeprom()
651 static int ath10k_core_get_board_id_from_otp(struct ath10k *ar) in ath10k_core_get_board_id_from_otp()
712 static int ath10k_download_and_run_otp(struct ath10k *ar) in ath10k_download_and_run_otp()
770 static int ath10k_download_fw(struct ath10k *ar) in ath10k_download_fw()
802 static void ath10k_core_free_board_files(struct ath10k *ar) in ath10k_core_free_board_files()
812 static void ath10k_core_free_firmware_files(struct ath10k *ar) in ath10k_core_free_firmware_files()
836 static int ath10k_fetch_cal_file(struct ath10k *ar) in ath10k_fetch_cal_file()
863 static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar) in ath10k_core_fetch_board_data_api_1()
882 static int ath10k_core_parse_bd_ie_board(struct ath10k *ar, in ath10k_core_parse_bd_ie_board()
962 static int ath10k_core_fetch_board_data_api_n(struct ath10k *ar, in ath10k_core_fetch_board_data_api_n()
1060 static int ath10k_core_create_board_name(struct ath10k *ar, char *name, in ath10k_core_create_board_name()
1084 static int ath10k_core_fetch_board_file(struct ath10k *ar) in ath10k_core_fetch_board_file()
1113 int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name, in ath10k_core_fetch_firmware_api_n()
1294 static int ath10k_core_fetch_firmware_files(struct ath10k *ar) in ath10k_core_fetch_firmware_files()
1339 static int ath10k_core_pre_cal_download(struct ath10k *ar) in ath10k_core_pre_cal_download()
1368 static int ath10k_core_pre_cal_config(struct ath10k *ar) in ath10k_core_pre_cal_config()
1397 static int ath10k_download_cal_data(struct ath10k *ar) in ath10k_download_cal_data()
1453 static int ath10k_init_uart(struct ath10k *ar) in ath10k_init_uart()
1493 static int ath10k_init_hw_params(struct ath10k *ar) in ath10k_init_hw_params()
1522 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart() local
1576 static int ath10k_core_init_firmware_features(struct ath10k *ar) in ath10k_core_init_firmware_features()
1741 static int ath10k_core_reset_rx_filter(struct ath10k *ar) in ath10k_core_reset_rx_filter()
1790 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode, in ath10k_core_start()
2027 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend()
2050 void ath10k_core_stop(struct ath10k *ar) in ath10k_core_stop()
2071 static int ath10k_core_probe_fw(struct ath10k *ar) in ath10k_core_probe_fw()
2180 struct ath10k *ar = container_of(work, struct ath10k, register_work); in ath10k_core_register_work() local
2235 int ath10k_core_register(struct ath10k *ar, u32 chip_id) in ath10k_core_register()
2244 void ath10k_core_unregister(struct ath10k *ar) in ath10k_core_unregister()
2277 struct ath10k *ar; in ath10k_core_create() local
2383 void ath10k_core_destroy(struct ath10k *ar) in ath10k_core_destroy()