Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/isdn/mISDN/
Ddsp_cmx.c379 u_char freeslots[256]; in dsp_cmx_hardware() local
450 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
454 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()
455 freeslots[finddsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
457 finddsp->pcm_slot_tx < sizeof(freeslots)) in dsp_cmx_hardware()
458 freeslots[finddsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
464 if (freeslots[i]) in dsp_cmx_hardware()
739 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
747 sizeof(freeslots)) in dsp_cmx_hardware()
748 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
[all …]