Searched refs:dsp_debug (Results 1 – 7 of 7) sorted by relevance
183 int dsp_debug; variable218 if (dsp_debug & DEBUG_DSP_CORE) in dsp_rx_off_member()231 if (dsp_debug & DEBUG_DSP_CORE) in dsp_rx_off_member()276 if (dsp_debug & DEBUG_DSP_CORE) in dsp_fill_empty()340 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()349 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()428 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()438 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()466 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()480 if (dsp_debug & DEBUG_DSP_CMX) in dsp_control_req()[all …]
387 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()393 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()437 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()469 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()482 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()493 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()509 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()655 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()919 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()1035 if (dsp_debug & DEBUG_DSP_CMX) in dsp_cmx_hardware()[all …]
62 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()
405 if (dsp_debug & DEBUG_DSP_TONE) in dsp_tone_copy()528 if (dsp_debug & DEBUG_DSP_TONE) in dsp_tone()
36 extern int dsp_debug;
507 if (dsp_debug & DEBUG_DSP_BLOWFISH) in dsp_bf_decrypt()
60 static unsigned int dsp_debug; variable61 module_param(dsp_debug, int, 0644);62 MODULE_PARM_DESC(dsp_debug, "enable audio dsp debug messages");65 if (dsp_debug >= level) \
Completed in 18 milliseconds