Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dtty_baudrate.c143 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() argument
147 int iclose = ibaud/50, oclose = obaud/50; in tty_termios_encode_baud_rate()
150 if (obaud == 0) /* CD dropped */ in tty_termios_encode_baud_rate()
154 termios->c_ospeed = obaud; in tty_termios_encode_baud_rate()
187 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()
188 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
218 if (ifound == -1 && (ibaud != obaud || ibinput)) in tty_termios_encode_baud_rate()
238 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
240 tty_termios_encode_baud_rate(&tty->termios, ibaud, obaud); in tty_encode_baud_rate()
/linux/include/linux/
A Dtty.h344 speed_t obaud);
346 speed_t obaud);

Completed in 5 milliseconds