Lines Matching full:speed
50 * Convert termios baud rate data into a speed. This should be called
53 * ->c_[io]speed directly as they are updated.
64 /* Magic token for arbitrary speed via c_ispeed/c_ospeed */ in tty_termios_baud_rate()
80 * Convert termios baud rate data into a speed. This should be called
83 * ->c_[io]speed directly as they are updated.
95 /* Magic token for arbitrary speed via c_ispeed */ in tty_termios_input_baud_rate()
110 * @ibaud: input speed
111 * @obaud: output speed
115 * the actual speed selected when it differs from the speed requested
119 * desired speed. We allow small margins and preserve as much of possible
144 ibinput = 1; /* An input speed was specified */ in tty_termios_encode_baud_rate()
146 /* If the user asked for a precise weird speed give a precise weird in tty_termios_encode_baud_rate()
147 * answer. If they asked for a Bfoo speed they may have problems in tty_termios_encode_baud_rate()
165 * match then report back the speed as a POSIX Bxxxx value by in tty_termios_encode_baud_rate()
206 * Update the current termios data for the tty with the new speed