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

/drivers/tty/
H A Dtty_ioctl.c294 * tty_termios_baud_rate
305 speed_t tty_termios_baud_rate(struct ktermios *termios) function
326 EXPORT_SYMBOL(tty_termios_baud_rate); variable
346 return tty_termios_baud_rate(termios);
362 return tty_termios_baud_rate(termios);
643 tmp_termios.c_ospeed = tty_termios_baud_rate(&tmp_termios);

Completed in 40 milliseconds