Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
/linux-6.3-rc2/include/linux/
A Dtty.h433 speed_t obaud);
435 speed_t obaud);

Completed in 6 milliseconds