Lines Matching defs:ab

708 static inline struct ath11k_pdev *ath11k_core_get_single_pdev(struct ath11k_base *ab)  in ath11k_core_get_single_pdev()
761 bool ath11k_core_coldboot_cal_support(struct ath11k_base *ab) in ath11k_core_coldboot_cal_support()
773 int ath11k_core_suspend(struct ath11k_base *ab) in ath11k_core_suspend()
832 int ath11k_core_resume(struct ath11k_base *ab) in ath11k_core_resume()
877 struct ath11k_base *ab = data; in ath11k_core_check_cc_code_bdfext() local
955 int ath11k_core_check_smbios(struct ath11k_base *ab) in ath11k_core_check_smbios()
966 int ath11k_core_check_dt(struct ath11k_base *ab) in ath11k_core_check_dt()
995 static int __ath11k_core_create_board_name(struct ath11k_base *ab, char *name, in __ath11k_core_create_board_name()
1047 static int ath11k_core_create_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_board_name()
1054 static int ath11k_core_create_fallback_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_fallback_board_name()
1061 static int ath11k_core_create_bus_type_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_bus_type_board_name()
1068 static int ath11k_core_create_chip_id_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_chip_id_board_name()
1075 const struct firmware *ath11k_core_firmware_request(struct ath11k_base *ab, in ath11k_core_firmware_request()
1097 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf()
1105 static int ath11k_core_parse_bd_ie_board(struct ath11k_base *ab, in ath11k_core_parse_bd_ie_board()
1190 static int ath11k_core_fetch_board_data_api_n(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_n()
1301 int ath11k_core_fetch_board_data_api_1(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_1()
1317 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf()
1415 int ath11k_core_fetch_regdb(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_regdb()
1461 static void ath11k_core_stop(struct ath11k_base *ab) in ath11k_core_stop()
1473 static int ath11k_core_soc_create(struct ath11k_base *ab) in ath11k_core_soc_create()
1509 static void ath11k_core_soc_destroy(struct ath11k_base *ab) in ath11k_core_soc_destroy()
1517 static int ath11k_core_pdev_create(struct ath11k_base *ab) in ath11k_core_pdev_create()
1566 static void ath11k_core_pdev_destroy(struct ath11k_base *ab) in ath11k_core_pdev_destroy()
1576 static int ath11k_core_start(struct ath11k_base *ab) in ath11k_core_start()
1687 static int ath11k_core_start_firmware(struct ath11k_base *ab, in ath11k_core_start_firmware()
1704 int ath11k_core_qmi_firmware_ready(struct ath11k_base *ab) in ath11k_core_qmi_firmware_ready()
1772 static int ath11k_core_reconfigure_on_crash(struct ath11k_base *ab) in ath11k_core_reconfigure_on_crash()
1812 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
1833 struct ath11k_base *ab = container_of(work, struct ath11k_base, update_11d_work); in ath11k_update_11d() local
1860 void ath11k_core_pre_reconfigure_recovery(struct ath11k_base *ab) in ath11k_core_pre_reconfigure_recovery()
1909 static void ath11k_core_post_reconfigure_recovery(struct ath11k_base *ab) in ath11k_core_post_reconfigure_recovery()
1956 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart() local
1974 struct ath11k_base *ab = container_of(work, struct ath11k_base, reset_work); in ath11k_core_reset() local
2042 static int ath11k_init_hw_params(struct ath11k_base *ab) in ath11k_init_hw_params()
2066 int ath11k_core_pre_init(struct ath11k_base *ab) in ath11k_core_pre_init()
2086 int ath11k_core_init(struct ath11k_base *ab) in ath11k_core_init()
2100 void ath11k_core_deinit(struct ath11k_base *ab) in ath11k_core_deinit()
2116 void ath11k_core_free(struct ath11k_base *ab) in ath11k_core_free()
2128 struct ath11k_base *ab; in ath11k_core_alloc() local