Home
last modified time | relevance | path

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

/drivers/tty/
A Dtty_baudrate.c20 static const speed_t baud_table[] = { variable
44 static int n_baud_table = ARRAY_SIZE(baud_table);
72 return cbaud >= n_baud_table ? 0 : baud_table[cbaud]; in tty_termios_baud_rate()
103 return cbaud >= n_baud_table ? 0 : baud_table[cbaud]; in tty_termios_input_baud_rate()
170 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()
171 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
175 if (ibaud - iclose <= baud_table[i] && in tty_termios_encode_baud_rate()
176 ibaud + iclose >= baud_table[i]) { in tty_termios_encode_baud_rate()

Completed in 3 milliseconds