Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_tones.c500 struct dsp_tone *tonet = &dsp->tone; in dsp_tone() local
502 tonet->software = 0; in dsp_tone()
503 tonet->hardware = 0; in dsp_tone()
507 if (dsp->features.hfc_loops && timer_pending(&tonet->tl)) in dsp_tone()
508 del_timer(&tonet->tl); in dsp_tone()
511 tonet->tone = 0; in dsp_tone()
531 tonet->tone = tone; in dsp_tone()
532 tonet->pattern = pat; in dsp_tone()
533 tonet->index = 0; in dsp_tone()
534 tonet->count = 0; in dsp_tone()
[all …]