Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c866 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
870 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
H A Dtty_io.c1158 int tty_send_xchar(struct tty_struct *tty, char ch) in tty_send_xchar() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h505 extern int tty_send_xchar(struct tty_struct *tty, char ch);