.\" 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 "N_TTY_RECEIVE_BUF" "9" "09 October 2005" "" "" .SH NAME n_tty_receive_buf \- data receive .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void n_tty_receive_buf (struct tty_struct * \fItty\fB, const unsigned char * \fIcp\fB, char * \fIfp\fB, int \fIcount\fB); \fR .SH "ARGUMENTS" .TP \fB\fItty\fB\fR terminal device .TP \fB\fIcp\fB\fR buffer .TP \fB\fIfp\fB\fR flag buffer .TP \fB\fIcount\fB\fR characters .SH "DESCRIPTION" .PP Called by the terminal driver when a block of characters has been received. This function must be called from soft contexts not from interrupt context. The driver is responsible for making calls one at a time and in order (or using flush_to_ldisc)