Lines Matching defs:ab

25 static int ath12k_core_rfkill_config(struct ath12k_base *ab)  in ath12k_core_rfkill_config()
52 static int ath12k_core_continue_suspend_resume(struct ath12k_base *ab) in ath12k_core_continue_suspend_resume()
69 int ath12k_core_suspend(struct ath12k_base *ab) in ath12k_core_suspend()
106 int ath12k_core_suspend_late(struct ath12k_base *ab) in ath12k_core_suspend_late()
125 int ath12k_core_resume_early(struct ath12k_base *ab) in ath12k_core_resume_early()
142 int ath12k_core_resume(struct ath12k_base *ab) in ath12k_core_resume()
162 static int __ath12k_core_create_board_name(struct ath12k_base *ab, char *name, in __ath12k_core_create_board_name()
204 static int ath12k_core_create_board_name(struct ath12k_base *ab, char *name, in ath12k_core_create_board_name()
210 static int ath12k_core_create_fallback_board_name(struct ath12k_base *ab, char *name, in ath12k_core_create_fallback_board_name()
216 static int ath12k_core_create_bus_type_board_name(struct ath12k_base *ab, char *name, in ath12k_core_create_bus_type_board_name()
222 const struct firmware *ath12k_core_firmware_request(struct ath12k_base *ab, in ath12k_core_firmware_request()
244 void ath12k_core_free_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_free_bdf()
252 static int ath12k_core_parse_bd_ie_board(struct ath12k_base *ab, in ath12k_core_parse_bd_ie_board()
337 static int ath12k_core_fetch_board_data_api_n(struct ath12k_base *ab, in ath12k_core_fetch_board_data_api_n()
448 int ath12k_core_fetch_board_data_api_1(struct ath12k_base *ab, in ath12k_core_fetch_board_data_api_1()
463 int ath12k_core_fetch_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_fetch_bdf()
521 int ath12k_core_fetch_regdb(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_fetch_regdb()
567 u32 ath12k_core_get_max_station_per_radio(struct ath12k_base *ab) in ath12k_core_get_max_station_per_radio()
576 u32 ath12k_core_get_max_peers_per_radio(struct ath12k_base *ab) in ath12k_core_get_max_peers_per_radio()
585 u32 ath12k_core_get_max_num_tids(struct ath12k_base *ab) in ath12k_core_get_max_num_tids()
594 static void ath12k_core_stop(struct ath12k_base *ab) in ath12k_core_stop()
610 struct ath12k_base *ab = data; in ath12k_core_check_bdfext() local
666 int ath12k_core_check_smbios(struct ath12k_base *ab) in ath12k_core_check_smbios()
677 static int ath12k_core_soc_create(struct ath12k_base *ab) in ath12k_core_soc_create()
703 static void ath12k_core_soc_destroy(struct ath12k_base *ab) in ath12k_core_soc_destroy()
711 static int ath12k_core_pdev_create(struct ath12k_base *ab) in ath12k_core_pdev_create()
735 static void ath12k_core_pdev_destroy(struct ath12k_base *ab) in ath12k_core_pdev_destroy()
742 static int ath12k_core_start(struct ath12k_base *ab, in ath12k_core_start()
860 static int ath12k_core_start_firmware(struct ath12k_base *ab, in ath12k_core_start_firmware()
877 int ath12k_core_qmi_firmware_ready(struct ath12k_base *ab) in ath12k_core_qmi_firmware_ready()
937 static int ath12k_core_reconfigure_on_crash(struct ath12k_base *ab) in ath12k_core_reconfigure_on_crash()
974 struct ath12k_base *ab = container_of(work, struct ath12k_base, rfkill_work); in ath12k_rfkill_work() local
1005 struct ath12k_base *ab = ar->ab; in ath12k_core_halt() local
1024 static void ath12k_core_pre_reconfigure_recovery(struct ath12k_base *ab) in ath12k_core_pre_reconfigure_recovery()
1070 static void ath12k_core_post_reconfigure_recovery(struct ath12k_base *ab) in ath12k_core_post_reconfigure_recovery()
1120 struct ath12k_base *ab = container_of(work, struct ath12k_base, restart_work); in ath12k_core_restart() local
1142 struct ath12k_base *ab = container_of(work, struct ath12k_base, reset_work); in ath12k_core_reset() local
1206 int ath12k_core_pre_init(struct ath12k_base *ab) in ath12k_core_pre_init()
1224 struct ath12k_base *ab = container_of(nb, struct ath12k_base, in ath12k_core_panic_handler() local
1230 static int ath12k_core_panic_notifier_register(struct ath12k_base *ab) in ath12k_core_panic_notifier_register()
1238 static void ath12k_core_panic_notifier_unregister(struct ath12k_base *ab) in ath12k_core_panic_notifier_unregister()
1244 int ath12k_core_init(struct ath12k_base *ab) in ath12k_core_init()
1261 void ath12k_core_deinit(struct ath12k_base *ab) in ath12k_core_deinit()
1278 void ath12k_core_free(struct ath12k_base *ab) in ath12k_core_free()
1289 struct ath12k_base *ab; in ath12k_core_alloc() local