Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dspk_types.h76 char parked, shut_up; member
82 #define spk_shut_up (speakup_console[vc->vc_num]->shut_up)
83 #define spk_killed (speakup_console[vc->vc_num]->shut_up & 0x40)
/linux-2.6.39/sound/oss/
Dvwsnd.c163 static int shut_up = 1; variable
205 #define DBGXV(fmt, args...) (shut_up ? 0 : DBGX(fmt, ##args))
206 #define DBGPV(fmt, args...) (shut_up ? 0 : DBGP(fmt, ##args))
207 #define DBGEV(fmt, args...) (shut_up ? 0 : DBGE(fmt, ##args))
208 #define DBGCV(rtn) (shut_up ? 0 : DBGC(rtn))
209 #define DBGRV() (shut_up ? 0 : DBGR())
1355 DBGDO(shut_up++); in ad1843_init()
1364 DBGDO(shut_up--); in ad1843_init()
3355 DBGDO(shut_up++); in attach_vwsnd()
3357 DBGDO(shut_up--); in attach_vwsnd()