Home
last modified time | relevance | path

Searched refs:tty_send_xchar (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c888 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
892 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
H A Dtty_io.c1152 * tty_send_xchar - send priority character
1159 int tty_send_xchar(struct tty_struct *tty, char ch) in tty_send_xchar() function
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ioctl.c975 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
979 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
H A Dtty_io.c1136 * tty_send_xchar - send priority character
1144 int tty_send_xchar(struct tty_struct *tty, char ch) in tty_send_xchar() function
/kernel/linux/linux-6.6/include/linux/
H A Dtty.h413 int tty_send_xchar(struct tty_struct *tty, char ch);
/kernel/linux/linux-5.10/include/linux/
H A Dtty.h447 extern int tty_send_xchar(struct tty_struct *tty, char ch);

Completed in 14 milliseconds