Home
last modified time | relevance | path

Searched refs:hfc_conf (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_cmx.c186 member->dsp->pcm_bank_rx, member->dsp->hfc_conf, in dsp_cmx_debug()
403 if (dsp->hfc_conf >= 0) { in dsp_cmx_hardware()
408 dsp->name, dsp->hfc_conf); in dsp_cmx_hardware()
411 dsp->hfc_conf = -1; in dsp_cmx_hardware()
529 if (dsp->hfc_conf >= 0) { in dsp_cmx_hardware()
537 dsp->hfc_conf); in dsp_cmx_hardware()
541 dsp->hfc_conf = -1; in dsp_cmx_hardware()
651 if (current_conf < 0 && member->dsp->hfc_conf >= 0) in dsp_cmx_hardware()
652 current_conf = member->dsp->hfc_conf; in dsp_cmx_hardware()
654 if (member->dsp->hfc_conf < 0) in dsp_cmx_hardware()
[all …]
Ddsp.h220 int hfc_conf; /* unique id of current conference (or -1) */ member
Ddsp_core.c1093 ndsp->hfc_conf = -1; /* current conference number */ in dspcreate()
/linux-4.19.296/include/linux/
DmISDNdsp.h29 int hfc_conf; /* set if HFCmulti card supports conferences */ member
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcmulti.c3617 features->hfc_conf = 1; in channel_bctrl()