Home
last modified time | relevance | path

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

/linux-4.1.27/tools/thermal/tmon/
Dtmon.c49 static int debug_on; variable
135 if (debug_on) in start_syslog()
278 debug_on = 1; in main()
/linux-4.1.27/drivers/video/fbdev/
Dstifb.c162 static int debug_on = 1; variable
163 # define DEBUG_OFF() debug_on=0
164 # define DEBUG_ON() debug_on=1
165 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \
169 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \