Lines Matching +full:fw +full:- +full:cfg
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
4 * Copyright (C) 2018-2024 Intel Corporation
9 #include "iwl-config.h"
10 #include "iwl-trans.h"
12 #include "fw/api/debug.h"
13 #include "fw/api/paging.h"
14 #include "fw/api/power.h"
15 #include "iwl-nvm-utils.h"
16 #include "fw/acpi.h"
17 #include "fw/regulatory.h"
45 * struct iwl_fwrt_dump_data - dump data
47 * @fw_pkt: packet received from FW
68 * struct iwl_fwrt_wk_data - dump worker data struct
79 * struct iwl_txf_iter_data - Tx fifo iterator data struct
93 * struct iwl_fw_runtime - runtime data for firmware
94 * @fw: firmware image
95 * @cfg: NIC configuration
115 const struct iwl_fw *fw;
141 /* ts of the beginning of a non-collect fw dbg data period */
188 const struct iwl_fw *fw,
198 kfree(fwrt->dump.d3_debug_data);
199 fwrt->dump.d3_debug_data = NULL;
201 iwl_dbg_tlv_del_timers(fwrt->trans);
203 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk);
213 fwrt->cur_fw_img = cur_fw_img;