Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_baudrate.c135 int ibinput = 0; in tty_termios_encode_baud_rate() local
144 ibinput = 1; /* An input speed was specified */ in tty_termios_encode_baud_rate()
153 if (!ibinput) in tty_termios_encode_baud_rate()
180 if (ofound == i && !ibinput) { in tty_termios_encode_baud_rate()
195 if (ifound == -1 && (ibaud != obaud || ibinput)) in tty_termios_encode_baud_rate()

Completed in 2 milliseconds