Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Ddsp_core.c183 int dsp_debug; variable
218 if (dsp_debug & DEBUG_DSP_CORE) in dsp_rx_off_member()
231 if (dsp_debug & DEBUG_DSP_CORE) in dsp_rx_off_member()
263 if (dsp_debug & DEBUG_DSP_CORE) in dsp_fill_empty()
276 if (dsp_debug & DEBUG_DSP_CORE) in dsp_fill_empty()
304 if (dsp_debug & DEBUG_DSP_CORE) in dsp_control_req()
307 if (dsp_debug & DEBUG_DSP_CORE) in dsp_control_req()
321 if (dsp_debug & DEBUG_DSP_CORE) in dsp_control_req()
334 if (dsp_debug & DEBUG_DSP_CORE) in dsp_control_req()
340 if (dsp_debug in dsp_control_req()
[all...]
H A Ddsp_dtmf.c62 if (dsp_debug & DEBUG_DSP_DTMF) in dsp_dtmf_hardware()
69 if (dsp_debug & DEBUG_DSP_DTMF) in dsp_dtmf_hardware()
77 if (dsp_debug & DEBUG_DSP_DTMF) in dsp_dtmf_hardware()
85 if (dsp_debug & DEBUG_DSP_DTMF) in dsp_dtmf_hardware()
225 if (dsp_debug & DEBUG_DSP_DTMFCOEFF) { in dsp_dtmf_goertzel_decode()
284 if (what && (dsp_debug & DEBUG_DSP_DTMF)) in dsp_dtmf_goertzel_decode()
295 if (dsp_debug & DEBUG_DSP_DTMF) in dsp_dtmf_goertzel_decode()
H A Ddsp.h36 extern int dsp_debug;
H A Ddsp_tones.c405 if (dsp_debug & DEBUG_DSP_TONE) in dsp_tone_copy()
528 if (dsp_debug & DEBUG_DSP_TONE) in dsp_tone()
H A Ddsp_blowfish.c507 if (dsp_debug & DEBUG_DSP_BLOWFISH) in dsp_bf_decrypt()
/linux/drivers/media/pci/cx88/
H A Dcx88-dsp.c60 static unsigned int dsp_debug; variable
61 module_param(dsp_debug, int, 0644);
62 MODULE_PARM_DESC(dsp_debug, "enable audio dsp debug messages");
65 if (dsp_debug >= level) \