Lines Matching full:characters
87 * input characters it may have queued to be delivered to the user mode
96 * The line discipline will return whatever characters it has buffered up
107 * The line discipline will deliver the characters to the low-level tty
109 * characters first. If this function is not defined, the user will
166 * This function is called by the low-level tty driver to send characters
178 * discpline should try to send more characters to the low-level driver
196 * This function is called by the low-level tty driver to send characters
209 * This function is called by the low-level tty driver for characters
211 * processing high-priority characters such as software flow-control
212 * characters that could otherwise get stuck into the intermediate
215 * same characters (e.g. by skipping the actions for high-priority
216 * characters already handled by ->lookahead_buf()).