Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_tty.c1907 static inline int input_available_p(const struct tty_struct *tty, int poll) in input_available_p() function
2248 if (!input_available_p(tty, 0)) { in n_tty_read()
2252 if (!input_available_p(tty, 0)) { in n_tty_read()
2440 if (input_available_p(tty, 1)) in n_tty_poll()
2444 if (input_available_p(tty, 1)) in n_tty_poll()