Searched refs:conf_id (Results 1 – 4 of 4) sorted by relevance
898 int iwl_mvm_start_fw_dbg_conf(struct iwl_mvm *mvm, u8 conf_id) in iwl_mvm_start_fw_dbg_conf() argument904 if (WARN_ONCE(conf_id >= ARRAY_SIZE(mvm->fw->dbg_conf_tlv), in iwl_mvm_start_fw_dbg_conf()905 "Invalid configuration %d\n", conf_id)) in iwl_mvm_start_fw_dbg_conf()909 if ((!mvm->fw->dbg_conf_tlv[conf_id] || in iwl_mvm_start_fw_dbg_conf()910 !mvm->fw->dbg_conf_tlv[conf_id]->num_of_hcmds) && in iwl_mvm_start_fw_dbg_conf()911 conf_id == FW_DBG_START_FROM_ALIVE) { in iwl_mvm_start_fw_dbg_conf()916 if (!mvm->fw->dbg_conf_tlv[conf_id]) in iwl_mvm_start_fw_dbg_conf()924 ptr = (void *)&mvm->fw->dbg_conf_tlv[conf_id]->hcmd; in iwl_mvm_start_fw_dbg_conf()925 for (i = 0; i < mvm->fw->dbg_conf_tlv[conf_id]->num_of_hcmds; i++) { in iwl_mvm_start_fw_dbg_conf()937 mvm->fw_dbg_conf = conf_id; in iwl_mvm_start_fw_dbg_conf()
952 unsigned int conf_id; in iwl_dbgfs_fw_dbg_conf_write() local955 ret = kstrtouint(buf, 0, &conf_id); in iwl_dbgfs_fw_dbg_conf_write()959 if (WARN_ON(conf_id >= FW_DBG_CONF_MAX)) in iwl_dbgfs_fw_dbg_conf_write()963 ret = iwl_mvm_start_fw_dbg_conf(mvm, conf_id); in iwl_dbgfs_fw_dbg_conf_write()
1064 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) in dsp_cmx_conf() argument1071 if (dsp->conf_id == conf_id) in dsp_cmx_conf()1075 if (dsp->conf_id) { in dsp_cmx_conf()1084 dsp->conf_id = 0; in dsp_cmx_conf()1104 if (!conf_id) in dsp_cmx_conf()1110 conf_id); in dsp_cmx_conf()1111 conf = dsp_cmx_search_conf(conf_id); in dsp_cmx_conf()1117 conf = dsp_cmx_new_conf(conf_id); in dsp_cmx_conf()1140 dsp->conf_id = conf_id; in dsp_cmx_conf()
191 u32 conf_id; member247 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);