Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/isdn/mISDN/
Ddsp.h147 struct dsp_tone { struct
180 struct dsp_tone tone;
260 extern int dsp_tone(struct dsp *dsp, int tone);
Ddsp_tones.c379 struct dsp_tone *tone = &dsp->tone; in dsp_tone_copy()
463 struct dsp_tone *tone = &dsp->tone; in dsp_tone_timeout()
496 dsp_tone(struct dsp *dsp, int tone) in dsp_tone() function
500 struct dsp_tone *tonet = &dsp->tone; in dsp_tone()
Ddsp_core.c364 ret = dsp_tone(dsp, *((int *)data)); in dsp_control_req()
379 dsp_tone(dsp, 0); in dsp_control_req()