Lines Matching +full:0 +full:b110
21 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400,
33 B0, B50, B75, B110, B134, B150, B200, B300, B600, B1200, B1800, B2400,
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()
132 int i = 0; in tty_termios_encode_baud_rate()
135 int ibinput = 0; in tty_termios_encode_baud_rate()
137 if (obaud == 0) /* CD dropped */ in tty_termios_encode_baud_rate()
138 ibaud = 0; /* Clear ibaud to be sure */ in tty_termios_encode_baud_rate()
152 oclose = 0; in tty_termios_encode_baud_rate()
154 iclose = 0; in tty_termios_encode_baud_rate()
157 iclose = 0; in tty_termios_encode_baud_rate()