Lines Matching defs:ab

22 static int ath12k_core_rfkill_config(struct ath12k_base *ab)  in ath12k_core_rfkill_config()
43 int ath12k_core_suspend(struct ath12k_base *ab) in ath12k_core_suspend()
81 int ath12k_core_resume(struct ath12k_base *ab) in ath12k_core_resume()
107 static int ath12k_core_create_board_name(struct ath12k_base *ab, char *name, in ath12k_core_create_board_name()
128 const struct firmware *ath12k_core_firmware_request(struct ath12k_base *ab, in ath12k_core_firmware_request()
150 void ath12k_core_free_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_free_bdf()
158 static int ath12k_core_parse_bd_ie_board(struct ath12k_base *ab, in ath12k_core_parse_bd_ie_board()
239 static int ath12k_core_fetch_board_data_api_n(struct ath12k_base *ab, in ath12k_core_fetch_board_data_api_n()
345 int ath12k_core_fetch_board_data_api_1(struct ath12k_base *ab, in ath12k_core_fetch_board_data_api_1()
360 int ath12k_core_fetch_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_fetch_bdf()
390 static void ath12k_core_stop(struct ath12k_base *ab) in ath12k_core_stop()
404 struct ath12k_base *ab = data; in ath12k_core_check_bdfext() local
460 int ath12k_core_check_smbios(struct ath12k_base *ab) in ath12k_core_check_smbios()
471 static int ath12k_core_soc_create(struct ath12k_base *ab) in ath12k_core_soc_create()
494 static void ath12k_core_soc_destroy(struct ath12k_base *ab) in ath12k_core_soc_destroy()
501 static int ath12k_core_pdev_create(struct ath12k_base *ab) in ath12k_core_pdev_create()
525 static void ath12k_core_pdev_destroy(struct ath12k_base *ab) in ath12k_core_pdev_destroy()
532 static int ath12k_core_start(struct ath12k_base *ab, in ath12k_core_start()
645 static int ath12k_core_start_firmware(struct ath12k_base *ab, in ath12k_core_start_firmware()
662 int ath12k_core_qmi_firmware_ready(struct ath12k_base *ab) in ath12k_core_qmi_firmware_ready()
722 static int ath12k_core_reconfigure_on_crash(struct ath12k_base *ab) in ath12k_core_reconfigure_on_crash()
760 struct ath12k_base *ab = container_of(work, struct ath12k_base, rfkill_work); in ath12k_rfkill_work() local
781 struct ath12k_base *ab = ar->ab; in ath12k_core_halt() local
800 static void ath12k_core_pre_reconfigure_recovery(struct ath12k_base *ab) in ath12k_core_pre_reconfigure_recovery()
841 static void ath12k_core_post_reconfigure_recovery(struct ath12k_base *ab) in ath12k_core_post_reconfigure_recovery()
883 struct ath12k_base *ab = container_of(work, struct ath12k_base, restart_work); in ath12k_core_restart() local
904 struct ath12k_base *ab = container_of(work, struct ath12k_base, reset_work); in ath12k_core_reset() local
972 int ath12k_core_pre_init(struct ath12k_base *ab) in ath12k_core_pre_init()
985 int ath12k_core_init(struct ath12k_base *ab) in ath12k_core_init()
998 void ath12k_core_deinit(struct ath12k_base *ab) in ath12k_core_deinit()
1012 void ath12k_core_free(struct ath12k_base *ab) in ath12k_core_free()
1023 struct ath12k_base *ab; in ath12k_core_alloc() local