Searched refs:puts_raw_fixed (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.c876 * puts_raw_fixed - sn_sal_console_write helper for adding \r's as required
886 static void puts_raw_fixed(int (*puts_raw) (const char *s, int len), function
932 puts_raw_fixed(port->sc_ops->sal_puts_raw, s, count);
985 puts_raw_fixed(port->sc_ops->sal_puts_raw, s, count);
992 puts_raw_fixed(port->sc_ops->sal_puts_raw, s, count);
1028 puts_raw_fixed(sal_console_port.sc_ops->sal_puts_raw, s, count);

Completed in 71 milliseconds