Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dsn_console.c115 static int sn_debug_printf(const char *fmt, ...);
116 #define DPRINTF(x...) sn_debug_printf(x)
423 static int sn_debug_printf(const char *fmt, ...) in sn_debug_printf() function