Searched refs:ibaud (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dtty_ioctl.c390 speed_t ibaud, speed_t obaud)
394 int iclose = ibaud/50, oclose = obaud/50;
398 ibaud = 0; /* Clear ibaud to be sure */
400 termios->c_ispeed = ibaud;
430 if (ibaud - iclose <= baud_table[i] &&
431 ibaud + iclose >= baud_table[i]) {
454 if (ifound == -1 && (ibaud != obaud || ibinput))
467 * @ibaud: input baud rate
475 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_ argument
389 tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud) argument
[all...]

Completed in 53 milliseconds