Searched defs:dsp_debug (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/mISDN/
H A Ddsp_core.c184 int dsp_debug; variable
219 if (dsp_debug & DEBUG_DSP_CORE)
232 if (dsp_debug & DEBUG_DSP_CORE)
264 if (dsp_debug & DEBUG_DSP_CORE)
276 if (dsp_debug & DEBUG_DSP_CORE)
302 if (dsp_debug & DEBUG_DSP_CORE)
305 if (dsp_debug & DEBUG_DSP_CORE)
319 if (dsp_debug & DEBUG_DSP_CORE)
332 if (dsp_debug & DEBUG_DSP_CORE)
338 if (dsp_debug
[all...]
/drivers/media/video/cx88/
H A Dcx88-dsp.c70 static unsigned int dsp_debug; variable
71 module_param(dsp_debug, int, 0644);
72 MODULE_PARM_DESC(dsp_debug, "enable audio dsp debug messages");
74 #define dprintk(level, fmt, arg...) if (dsp_debug >= level) \
261 if (dsp_debug >= 2) {
/drivers/staging/tidspbridge/rmgr/
H A Ddrv_interface.c53 s32 dsp_debug; variable
101 module_param(dsp_debug, int, 0);
102 MODULE_PARM_DESC(dsp_debug, "Wait after loading DSP image. default = false");

Completed in 82 milliseconds