Home
last modified time | relevance | path

Searched refs:pcm_slot_rx (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/isdn/mISDN/
Ddsp_cmx.c185 member->dsp->pcm_bank_tx, member->dsp->pcm_slot_rx, in dsp_cmx_debug()
418 if (dsp->pcm_slot_tx >= 0 || dsp->pcm_slot_rx >= 0) { in dsp_cmx_hardware()
424 dsp->pcm_slot_tx, dsp->pcm_slot_rx); in dsp_cmx_hardware()
429 dsp->pcm_slot_rx = -1; in dsp_cmx_hardware()
438 if (dsp->pcm_slot_tx >= 0 && dsp->pcm_slot_rx < 0 && in dsp_cmx_hardware()
445 dsp->pcm_slot_rx = dsp->pcm_slot_tx; in dsp_cmx_hardware()
454 dsp->pcm_slot_tx, 2, dsp->pcm_slot_rx, 2); in dsp_cmx_hardware()
460 dsp->pcm_slot_rx = -1; in dsp_cmx_hardware()
464 if (finddsp->pcm_slot_rx >= 0 && in dsp_cmx_hardware()
465 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()
[all …]
Ddsp.h216 int pcm_slot_rx; /* current PCM slot (or -1) */ member
Ddsp_core.c1086 ndsp->pcm_slot_rx = -1; /* current CPM slot */ in dspcreate()