Lines Matching full:characters
88 * input characters it may have queued to be delivered to the user mode
97 * The line discipline will return whatever characters it has buffered up
108 * The line discipline will deliver the characters to the low-level tty
110 * characters first. If this function is not defined, the user will
167 * This function is called by the low-level tty driver to send characters
179 * discpline should try to send more characters to the low-level driver
197 * This function is called by the low-level tty driver to send characters
210 * This function is called by the low-level tty driver for characters
212 * processing high-priority characters such as software flow-control
213 * characters that could otherwise get stuck into the intermediate
216 * same characters (e.g. by skipping the actions for high-priority
217 * characters already handled by ->lookahead_buf()).