Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dvwsnd.c165 static int shut_up = 1; variable
207 #define DBGXV(fmt, args...) (shut_up ? 0 : DBGX(fmt, ##args))
208 #define DBGPV(fmt, args...) (shut_up ? 0 : DBGP(fmt, ##args))
209 #define DBGEV(fmt, args...) (shut_up ? 0 : DBGE(fmt, ##args))
210 #define DBGCV(rtn) (shut_up ? 0 : DBGC(rtn))
211 #define DBGRV() (shut_up ? 0 : DBGR())
1359 DBGDO(shut_up++); in ad1843_init()
1368 DBGDO(shut_up--); in ad1843_init()
3335 DBGDO(shut_up++); in attach_vwsnd()
3337 DBGDO(shut_up--); in attach_vwsnd()