Searched refs:conf_id (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/s390/include/uapi/asm/
H A Dchsc.h71 struct conf_id { struct
78 struct conf_id id;
/linux-master/drivers/isdn/mISDN/
H A Ddsp.h191 u32 conf_id; member in struct:dsp
247 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);
H A Ddsp_cmx.c1049 * conf_id != 0: join or change conference
1050 * conf_id == 0: split from conference if not already
1053 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) argument
1060 if (dsp->conf_id == conf_id)
1064 if (dsp->conf_id) {
1073 dsp->conf_id = 0;
1093 if (!conf_id)
1099 conf_id);
1100 conf = dsp_cmx_search_conf(conf_id);
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h439 * @conf_id: see &enum iwl_mvm_session_prot_conf_id
453 __le32 conf_id; member in struct:iwl_mvm_session_prot_cmd
468 * @conf_id: see &enum iwl_mvm_session_prot_conf_id
477 __le32 conf_id; member in struct:iwl_mvm_session_prot_notif
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c705 .conf_id = cpu_to_le32(id),
959 le32_to_cpu(notif->conf_id)))
1085 cmd.conf_id = cpu_to_le32(mvmvif->time_event_data.id);
1375 .conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC),
1399 te_data->id = le32_to_cpu(cmd.conf_id);
H A Ddebugfs.c1679 unsigned int conf_id; local
1685 ret = kstrtouint(buf, 0, &conf_id);
1689 if (WARN_ON(conf_id >= FW_DBG_CONF_MAX))
1693 ret = iwl_fw_start_dbg_conf(&mvm->fwrt, conf_id);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c3007 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 conf_id) argument
3013 if (WARN_ONCE(conf_id >= ARRAY_SIZE(fwrt->fw->dbg.conf_tlv),
3014 "Invalid configuration %d\n", conf_id))
3018 if ((!fwrt->fw->dbg.conf_tlv[conf_id] ||
3019 !fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds) &&
3020 conf_id == FW_DBG_START_FROM_ALIVE)
3023 if (!fwrt->fw->dbg.conf_tlv[conf_id])
3031 ptr = (void *)&fwrt->fw->dbg.conf_tlv[conf_id]->hcmd;
3032 for (i = 0; i < fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds; i++) {
3048 fwrt->dump.conf = conf_id;
[all...]

Completed in 206 milliseconds