Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dtmon.c40 static int debug_on; variable
123 if (debug_on) in start_syslog()
263 debug_on = 1; in main()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dstifb.c166 static int debug_on = 1; variable
167 # define DEBUG_OFF() debug_on=0
168 # define DEBUG_ON() debug_on=1
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \
/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.c49 if (debug_on)\
97 static int debug_on; variable