Home
last modified time | relevance | path

Searched defs:debug_printf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcyber2000fb.h19 static void debug_printf(char *fmt, ...) in debug_printf() function
32 #define debug_printf(x...) do { } while (0) macro
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c363 static void debug_printf(const char *format, ...) in debug_printf() function
371 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
374 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
/OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/
H A Disst-config.c80 void debug_printf(const char *format, ...) in debug_printf() function