Searched defs:tty_termios_baud_rate (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dtty_ioctl.c231 * tty_termios_baud_rate
242 speed_t tty_termios_baud_rate(struct ktermios *termios) function
263 EXPORT_SYMBOL(tty_termios_baud_rate); variable
283 return tty_termios_baud_rate(termios);
299 return tty_termios_baud_rate(termios);
431 speed_t baud = tty_termios_baud_rate(tty->termios);
608 tmp_termios.c_ospeed = tty_termios_baud_rate(&tmp_termios);

Completed in 134 milliseconds