Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance
26 speed_t c_ispeed; /* input speed */27 speed_t c_ospeed; /* output speed */37 speed_t c_ispeed; /* input speed */38 speed_t c_ospeed; /* output speed */
6 typedef unsigned int speed_t; typedef
426 speed_t tty_termios_baud_rate(const struct ktermios *termios);427 void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud,428 speed_t obaud);429 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud,430 speed_t obaud);440 static inline speed_t tty_get_baud_rate(const struct tty_struct *tty) in tty_get_baud_rate()
Completed in 7 milliseconds