Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h41 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c1942 int amt = poll && !TIME_CHAR(tty) && MIN_CHAR(tty) ? MIN_CHAR(tty) : 1; in input_available_p()
2225 minimum = MIN_CHAR(tty); in n_tty_read()