Home
last modified time | relevance | path

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

/drivers/tty/
A Dtty_baudrate.c130 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() argument
134 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() argument
213 tty_termios_encode_baud_rate(&tty->termios, ibaud, obaud); in tty_encode_baud_rate()

Completed in 4 milliseconds