Lines Matching +full:mode +full:- +full:loader
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
11 #include "api/dbg-tlv.h"
14 #include "error-dump.h"
67 return test_bit((__force long)api, capabilities->_api); in fw_has_api()
74 return test_bit((__force long)capa, capabilities->_capa); in fw_has_capa()
139 * enum iwl_fw_type - iwlwifi firmware type
149 * struct iwl_fw_dbg - debug data
176 * struct iwl_fw - variables associated with the firmware
181 * @iml_len: length of the image loader image
182 * @iml: image loader fw image
232 static inline const char *get_fw_dbg_mode_string(int mode) in get_fw_dbg_mode_string() argument
234 switch (mode) { in get_fw_dbg_mode_string()
251 const struct iwl_fw_dbg_conf_tlv *conf_tlv = fw->dbg.conf_tlv[id]; in iwl_fw_dbg_conf_usniffer()
256 return conf_tlv->usniffer; in iwl_fw_dbg_conf_usniffer()
265 return &fw->img[ucode_type]; in iwl_get_ucode_image()