Searched refs:n_tty_receive_signal_char (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 1237 n_tty_receive_signal_char(struct tty_struct *tty, int signal, unsigned char c) in n_tty_receive_signal_char() function 1285 n_tty_receive_signal_char(tty, SIGINT, c); in n_tty_receive_char_special() 1288 n_tty_receive_signal_char(tty, SIGQUIT, c); in n_tty_receive_char_special() 1291 n_tty_receive_signal_char(tty, SIGTSTP, c); in n_tty_receive_char_special()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_tty.c | 1211 n_tty_receive_signal_char(struct tty_struct *tty, int signal, u8 c) in n_tty_receive_signal_char() function 1369 n_tty_receive_signal_char(tty, SIGINT, c); in n_tty_receive_char_special() 1372 n_tty_receive_signal_char(tty, SIGQUIT, c); in n_tty_receive_char_special() 1375 n_tty_receive_signal_char(tty, SIGTSTP, c); in n_tty_receive_char_special()
|
Completed in 6 milliseconds