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()
374 static int ath11k_core_fetch_board_data_api_1(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_1()
388 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf()
417 static void ath11k_core_stop(struct ath11k_base *ab) in ath11k_core_stop()
429 static int ath11k_core_soc_create(struct ath11k_base *ab) in ath11k_core_soc_create()
460 static void ath11k_core_soc_destroy(struct ath11k_base *ab) in ath11k_core_soc_destroy()
468 static int ath11k_core_pdev_create(struct ath11k_base *ab) in ath11k_core_pdev_create()
517 static void ath11k_core_pdev_destroy(struct ath11k_base *ab) in ath11k_core_pdev_destroy()
527 static int ath11k_core_start(struct ath11k_base *ab, in ath11k_core_start()
638 int ath11k_core_qmi_firmware_ready(struct ath11k_base *ab) in ath11k_core_qmi_firmware_ready()
697 static int ath11k_core_reconfigure_on_crash(struct ath11k_base *ab) in ath11k_core_reconfigure_on_crash()
737 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
757 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart() local
831 static int ath11k_init_hw_params(struct ath11k_base *ab) in ath11k_init_hw_params()
855 int ath11k_core_pre_init(struct ath11k_base *ab) in ath11k_core_pre_init()
869 int ath11k_core_init(struct ath11k_base *ab) in ath11k_core_init()
883 void ath11k_core_deinit(struct ath11k_base *ab) in ath11k_core_deinit()
898 void ath11k_core_free(struct ath11k_base *ab) in ath11k_core_free()
908 struct ath11k_base *ab; in ath11k_core_alloc() local