Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_baudrate.c145 int ifound = -1, ofound = -1; in tty_termios_encode_baud_rate() local
195 ifound = i; in tty_termios_encode_baud_rate()
198 ifound = i; in tty_termios_encode_baud_rate()
214 if (ifound == -1 && (ibaud != obaud || ibinput)) in tty_termios_encode_baud_rate()
217 if (ifound == -1 || ofound == -1) in tty_termios_encode_baud_rate()