Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/isdn/mISDN/
Ddsp_cmx.c390 u_char freeslots[256]; in dsp_cmx_hardware() local
461 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
465 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()
466 freeslots[finddsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
468 finddsp->pcm_slot_tx < sizeof(freeslots)) in dsp_cmx_hardware()
469 freeslots[finddsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
475 if (freeslots[i]) in dsp_cmx_hardware()
750 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
758 sizeof(freeslots)) in dsp_cmx_hardware()
759 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
[all …]