Searched refs:conf_id (Results 1 – 7 of 7) sorted by relevance
/linux/arch/s390/include/uapi/asm/ |
H A D | chsc.h | 71 struct conf_id { struct 78 struct conf_id id; argument
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | time-event.h | 455 __le32 conf_id; member 479 __le32 conf_id; member
|
/linux/drivers/isdn/mISDN/ |
H A D | dsp.h | 191 u32 conf_id; member 247 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);
|
H A D | dsp_cmx.c | 1053 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) in dsp_cmx_conf() argument 1060 if (dsp->conf_id == conf_id) in dsp_cmx_conf() 1064 if (dsp->conf_id) { in dsp_cmx_conf() 1073 dsp->conf_id = 0; in dsp_cmx_conf() 1093 if (!conf_id) in dsp_cmx_conf() 1099 conf_id); in dsp_cmx_conf() 1100 conf = dsp_cmx_search_conf(conf_id); in dsp_cmx_conf() 1106 conf = dsp_cmx_new_conf(conf_id); in dsp_cmx_conf() 1129 dsp->conf_id = conf_id; in dsp_cmx_conf()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.c | 757 .conf_id = cpu_to_le32(id), in iwl_mvm_cancel_session_protection() 1037 le32_to_cpu(notif->conf_id))) in iwl_mvm_rx_session_protect_notif() 1180 cmd.conf_id = cpu_to_le32(mvmvif->time_event_data.id); in iwl_mvm_start_p2p_roc_session_protection() 1455 .conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC), in iwl_mvm_schedule_session_protection() 1479 te_data->id = le32_to_cpu(cmd.conf_id); in iwl_mvm_schedule_session_protection()
|
H A D | debugfs.c | 1478 unsigned int conf_id; in iwl_dbgfs_fw_dbg_conf_write() local 1484 ret = kstrtouint(buf, 0, &conf_id); in iwl_dbgfs_fw_dbg_conf_write() 1488 if (WARN_ON(conf_id >= FW_DBG_CONF_MAX)) in iwl_dbgfs_fw_dbg_conf_write() 1492 ret = iwl_fw_start_dbg_conf(&mvm->fwrt, conf_id); in iwl_dbgfs_fw_dbg_conf_write()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.c | 2998 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 conf_id) in iwl_fw_start_dbg_conf() argument 3004 if (WARN_ONCE(conf_id >= ARRAY_SIZE(fwrt->fw->dbg.conf_tlv), in iwl_fw_start_dbg_conf() 3005 "Invalid configuration %d\n", conf_id)) in iwl_fw_start_dbg_conf() 3009 if ((!fwrt->fw->dbg.conf_tlv[conf_id] || in iwl_fw_start_dbg_conf() 3010 !fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds) && in iwl_fw_start_dbg_conf() 3011 conf_id == FW_DBG_START_FROM_ALIVE) in iwl_fw_start_dbg_conf() 3014 if (!fwrt->fw->dbg.conf_tlv[conf_id]) in iwl_fw_start_dbg_conf() 3022 ptr = (void *)&fwrt->fw->dbg.conf_tlv[conf_id]->hcmd; in iwl_fw_start_dbg_conf() 3023 for (i = 0; i < fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds; i++) { in iwl_fw_start_dbg_conf() 3039 fwrt->dump.conf = conf_id; in iwl_fw_start_dbg_conf()
|