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