Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty_ioctl.c969 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
973 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
H A Dtty_io.c1146 int tty_send_xchar(struct tty_struct *tty, u8 ch) in tty_send_xchar() function
/linux/include/linux/
H A Dtty.h406 int tty_send_xchar(struct tty_struct *tty, u8 ch);