Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_tty.c1950 int amt = poll && !TIME_CHAR(tty) && MIN_CHAR(tty) ? MIN_CHAR(tty) : 1; in input_available_p()
2191 time = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()
2198 timeout = (HZ / 10) * TIME_CHAR(tty); in n_tty_read()
2454 if (MIN_CHAR(tty) && !TIME_CHAR(tty)) in n_tty_poll()
/linux-4.4.14/include/linux/
Dtty.h109 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) macro