Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_tty.c1957 int amt = poll && !TIME_CHAR(tty) && MIN_CHAR(tty) ? MIN_CHAR(tty) : 1; in input_available_p()
2210 minimum = MIN_CHAR(tty); in n_tty_read()
2478 if (MIN_CHAR(tty) && !TIME_CHAR(tty)) in n_tty_poll()
2479 ldata->minimum_to_wake = MIN_CHAR(tty); in n_tty_poll()
/linux-4.1.27/include/linux/
Dtty.h110 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) macro