Lines Matching defs:ab

910 static inline struct ath11k_pdev *ath11k_core_get_single_pdev(struct ath11k_base *ab)  in ath11k_core_get_single_pdev()
963 bool ath11k_core_coldboot_cal_support(struct ath11k_base *ab) in ath11k_core_coldboot_cal_support()
975 int ath11k_core_suspend(struct ath11k_base *ab) in ath11k_core_suspend()
1034 int ath11k_core_resume(struct ath11k_base *ab) in ath11k_core_resume()
1079 struct ath11k_base *ab = data; in ath11k_core_check_cc_code_bdfext() local
1157 int ath11k_core_check_smbios(struct ath11k_base *ab) in ath11k_core_check_smbios()
1168 int ath11k_core_check_dt(struct ath11k_base *ab) in ath11k_core_check_dt()
1200 static int __ath11k_core_create_board_name(struct ath11k_base *ab, char *name, in __ath11k_core_create_board_name()
1252 static int ath11k_core_create_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_board_name()
1259 static int ath11k_core_create_fallback_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_fallback_board_name()
1266 static int ath11k_core_create_bus_type_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_bus_type_board_name()
1273 static int ath11k_core_create_chip_id_board_name(struct ath11k_base *ab, char *name, in ath11k_core_create_chip_id_board_name()
1280 const struct firmware *ath11k_core_firmware_request(struct ath11k_base *ab, in ath11k_core_firmware_request()
1302 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf()
1310 static int ath11k_core_parse_bd_ie_board(struct ath11k_base *ab, in ath11k_core_parse_bd_ie_board()
1395 static int ath11k_core_fetch_board_data_api_n(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_n()
1506 int ath11k_core_fetch_board_data_api_1(struct ath11k_base *ab, in ath11k_core_fetch_board_data_api_1()
1522 int ath11k_core_fetch_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_bdf()
1620 int ath11k_core_fetch_regdb(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_fetch_regdb()
1666 static void ath11k_core_stop(struct ath11k_base *ab) in ath11k_core_stop()
1678 static int ath11k_core_soc_create(struct ath11k_base *ab) in ath11k_core_soc_create()
1714 static void ath11k_core_soc_destroy(struct ath11k_base *ab) in ath11k_core_soc_destroy()
1722 static int ath11k_core_pdev_create(struct ath11k_base *ab) in ath11k_core_pdev_create()
1771 static void ath11k_core_pdev_suspend_target(struct ath11k_base *ab) in ath11k_core_pdev_suspend_target()
1806 static void ath11k_core_pdev_destroy(struct ath11k_base *ab) in ath11k_core_pdev_destroy()
1817 static int ath11k_core_start(struct ath11k_base *ab) in ath11k_core_start()
1928 static int ath11k_core_start_firmware(struct ath11k_base *ab, in ath11k_core_start_firmware()
1945 int ath11k_core_qmi_firmware_ready(struct ath11k_base *ab) in ath11k_core_qmi_firmware_ready()
2013 static int ath11k_core_reconfigure_on_crash(struct ath11k_base *ab) in ath11k_core_reconfigure_on_crash()
2052 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
2074 struct ath11k_base *ab = container_of(work, struct ath11k_base, update_11d_work); in ath11k_update_11d() local
2098 void ath11k_core_pre_reconfigure_recovery(struct ath11k_base *ab) in ath11k_core_pre_reconfigure_recovery()
2147 static void ath11k_core_post_reconfigure_recovery(struct ath11k_base *ab) in ath11k_core_post_reconfigure_recovery()
2194 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart() local
2212 struct ath11k_base *ab = container_of(work, struct ath11k_base, reset_work); in ath11k_core_reset() local
2284 static int ath11k_init_hw_params(struct ath11k_base *ab) in ath11k_init_hw_params()
2308 int ath11k_core_pre_init(struct ath11k_base *ab) in ath11k_core_pre_init()
2328 int ath11k_core_init(struct ath11k_base *ab) in ath11k_core_init()
2342 void ath11k_core_deinit(struct ath11k_base *ab) in ath11k_core_deinit()
2357 void ath11k_core_free(struct ath11k_base *ab) in ath11k_core_free()
2369 struct ath11k_base *ab; in ath11k_core_alloc() local