Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_ioctl.c1148 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
1152 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
Dtty_io.c1285 int tty_send_xchar(struct tty_struct *tty, char ch) in tty_send_xchar() function
/linux-4.1.27/include/linux/
Dtty.h443 extern int tty_send_xchar(struct tty_struct *tty, char ch);