Lines Matching defs:ab
144 static int ath11k_core_create_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_board_name()
158 const struct firmware *ath11k_core_firmware_request(struct ath11k_base *ab, in ath11k_core_firmware_request()
180 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf()
188 static int ath11k_core_parse_bd_ie_board(struct ath11k_base *ab, in ath11k_core_parse_bd_ie_board()
269 static int ath11k_core_fetch_board_data_api_n(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_n()
375 static int ath11k_core_fetch_board_data_api_1(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_1()
389 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf()
418 static void ath11k_core_stop(struct ath11k_base *ab) in ath11k_core_stop()
430 static int ath11k_core_soc_create(struct ath11k_base *ab) in ath11k_core_soc_create()
461 static void ath11k_core_soc_destroy(struct ath11k_base *ab) in ath11k_core_soc_destroy()
469 static int ath11k_core_pdev_create(struct ath11k_base *ab) in ath11k_core_pdev_create()
518 static void ath11k_core_pdev_destroy(struct ath11k_base *ab) in ath11k_core_pdev_destroy()
528 static int ath11k_core_start(struct ath11k_base *ab, in ath11k_core_start()
639 int ath11k_core_qmi_firmware_ready(struct ath11k_base *ab) in ath11k_core_qmi_firmware_ready()
698 static int ath11k_core_reconfigure_on_crash(struct ath11k_base *ab) in ath11k_core_reconfigure_on_crash()
738 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
758 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart() local
833 static int ath11k_init_hw_params(struct ath11k_base *ab) in ath11k_init_hw_params()
857 int ath11k_core_pre_init(struct ath11k_base *ab) in ath11k_core_pre_init()
871 int ath11k_core_init(struct ath11k_base *ab) in ath11k_core_init()
885 void ath11k_core_deinit(struct ath11k_base *ab) in ath11k_core_deinit()
900 void ath11k_core_free(struct ath11k_base *ab) in ath11k_core_free()
910 struct ath11k_base *ab; in ath11k_core_alloc() local