Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance

/include/uapi/asm-generic/
A Dtermbits.h26 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 */
A Dtermbits-common.h6 typedef unsigned int speed_t; typedef
/include/linux/
A Dtty.h426 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