Home
last modified time | relevance | path

Searched refs:obaud (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/
Dtty_baudrate.c146 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() argument
150 int iclose = ibaud/50, oclose = obaud/50; in tty_termios_encode_baud_rate()
153 if (obaud == 0) /* CD dropped */ in tty_termios_encode_baud_rate()
157 termios->c_ospeed = obaud; in tty_termios_encode_baud_rate()
189 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()
190 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
218 if (ifound == -1 && (ibaud != obaud || ibinput)) in tty_termios_encode_baud_rate()
237 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
239 tty_termios_encode_baud_rate(&tty->termios, ibaud, obaud); in tty_encode_baud_rate()