• Home
  • Raw
  • Download

Lines Matching defs:ar

55 static void ath10k_send_suspend_complete(struct ath10k *ar)  in ath10k_send_suspend_complete()
62 static int ath10k_init_configure_target(struct ath10k *ar) in ath10k_init_configure_target()
119 static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar, in ath10k_fetch_fw_file()
141 static int ath10k_push_board_ext_data(struct ath10k *ar) in ath10k_push_board_ext_data()
187 static int ath10k_download_board_data(struct ath10k *ar) in ath10k_download_board_data()
223 static int ath10k_download_and_run_otp(struct ath10k *ar) in ath10k_download_and_run_otp()
261 static int ath10k_download_fw(struct ath10k *ar, enum ath10k_firmware_mode mode) in ath10k_download_fw()
300 static void ath10k_core_free_firmware_files(struct ath10k *ar) in ath10k_core_free_firmware_files()
324 static int ath10k_core_fetch_firmware_api_1(struct ath10k *ar) in ath10k_core_fetch_firmware_api_1()
385 static int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name) in ath10k_core_fetch_firmware_api_n()
561 static int ath10k_core_fetch_firmware_files(struct ath10k *ar) in ath10k_core_fetch_firmware_files()
592 static int ath10k_init_download_firmware(struct ath10k *ar, in ath10k_init_download_firmware()
618 static int ath10k_init_uart(struct ath10k *ar) in ath10k_init_uart()
658 static int ath10k_init_hw_params(struct ath10k *ar) in ath10k_init_hw_params()
686 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart() local
719 int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode) in ath10k_core_start()
870 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend()
892 void ath10k_core_stop(struct ath10k *ar) in ath10k_core_stop()
913 static int ath10k_core_probe_fw(struct ath10k *ar) in ath10k_core_probe_fw()
969 static int ath10k_core_check_chip_id(struct ath10k *ar) in ath10k_core_check_chip_id()
999 struct ath10k *ar = container_of(work, struct ath10k, register_work); in ath10k_core_register_work() local
1042 int ath10k_core_register(struct ath10k *ar, u32 chip_id) in ath10k_core_register()
1060 void ath10k_core_unregister(struct ath10k *ar) in ath10k_core_unregister()
1089 struct ath10k *ar; in ath10k_core_create() local
1150 void ath10k_core_destroy(struct ath10k *ar) in ath10k_core_destroy()