Searched refs:obaud (Results 1 – 2 of 2) sorted by relevance
130 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() argument134 int iclose = ibaud/50, oclose = obaud/50; in tty_termios_encode_baud_rate()137 if (obaud == 0) /* CD dropped */ in tty_termios_encode_baud_rate()141 termios->c_ospeed = obaud; in tty_termios_encode_baud_rate()170 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()171 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()195 if (ifound == -1 && (ibaud != obaud || ibinput)) in tty_termios_encode_baud_rate()211 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument213 tty_termios_encode_baud_rate(&tty->termios, ibaud, obaud); in tty_encode_baud_rate()
433 speed_t obaud);435 speed_t obaud);
Completed in 5 milliseconds