Lines Matching defs:obaud
124 * @obaud: output speed
143 speed_t ibaud, speed_t obaud)
147 int iclose = ibaud/50, oclose = obaud/50;
150 if (obaud == 0) /* CD dropped */
154 termios->c_ospeed = obaud;
186 if (obaud - oclose <= baud_table[i] &&
187 obaud + oclose >= baud_table[i]) {
215 if (ifound == -1 && (ibaud != obaud || ibinput))
227 * @obaud: output baud rate
234 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud)
236 tty_termios_encode_baud_rate(&tty->termios, ibaud, obaud);