.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SN_RECEIVE_CHARS" "9" "09 October 2005" "" "" .SH NAME sn_receive_chars \- Grab characters, pass them to tty layer .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void sn_receive_chars (struct sn_cons_port * \fIport\fB, struct pt_regs * \fIregs\fB, unsigned long \fIflags\fB); \fR .SH "ARGUMENTS" .TP \fB\fIport\fB\fR Port to operate on .TP \fB\fIregs\fB\fR Saved registers (needed by uart_handle_sysrq_char) .TP \fB\fIflags\fB\fR irq flags .SH "NOTE" .PP If we're not registered with the serial core infrastructure yet, we don't try to send characters to it...