Searched refs:tty_send_xchar (Results 1 – 2 of 2) sorted by relevance
911 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()915 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
1165 int tty_send_xchar(struct tty_struct *tty, char ch) in tty_send_xchar() function