Searched refs:snt_hw_puts_raw (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsn_console.c122 static int snt_hw_puts_raw(const char *, int);
133 .sal_puts_raw = snt_hw_puts_raw,
134 .sal_puts = snt_hw_puts_raw,
141 .sal_puts_raw = snt_hw_puts_raw,
208 * snt_hw_puts_raw - Send raw string to the console, polled or interrupt mode
213 static int snt_hw_puts_raw(const char *s, int len) function

Completed in 42 milliseconds