Searched refs:ctrlchar_handle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | ctrlchar.h | 15 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty);
|
H A D | ctrlchar.c | 48 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) in ctrlchar_handle() function
|
H A D | sclp_tty.c | 331 cchar = ctrlchar_handle(buf, count, tty); in sclp_tty_input()
|
H A D | con3215.c | 411 cchar = ctrlchar_handle(raw->inbuf, count, tty); in raw3215_irq()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | ctrlchar.h | 15 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty);
|
H A D | ctrlchar.c | 37 * ctrlchar_handle - check for special chars at start of input 49 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) in ctrlchar_handle() function
|
H A D | sclp_tty.c | 327 cchar = ctrlchar_handle(buf, count, tty); in sclp_tty_input()
|
H A D | con3215.c | 394 cchar = ctrlchar_handle(raw->inbuf, count, tty); in raw3215_irq()
|
Completed in 6 milliseconds