Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
A Ddsp_core.c182 int dsp_debug; variable
217 if (dsp_debug & DEBUG_DSP_CORE) in dsp_rx_off_member()
230 if (dsp_debug & DEBUG_DSP_CORE) in dsp_rx_off_member()
275 if (dsp_debug & DEBUG_DSP_CORE) in dsp_fill_empty()
339 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()
348 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()
427 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()
437 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()
465 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()
479 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()
[all …]
A Ddsp_cmx.c398 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
404 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
448 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
480 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
493 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
504 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
520 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
666 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
930 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
1046 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()
[all …]
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()
A Ddsp.h36 extern int dsp_debug;
A Ddsp_tones.c405 if (dsp_debug & DEBUG_DSP_TONE) in dsp_tone_copy()
528 if (dsp_debug & DEBUG_DSP_TONE) in dsp_tone()
A Ddsp_blowfish.c512 if (dsp_debug & DEBUG_DSP_BLOWFISH) in dsp_bf_decrypt()
/linux/drivers/media/pci/cx88/
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) \

Completed in 15 milliseconds