Home
last modified time | relevance | path

Searched refs:tty_ldisc_receive_buf (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/tty/
Dtty_buffer.c452 int tty_ldisc_receive_buf(struct tty_ldisc *ld, const unsigned char *p, in tty_ldisc_receive_buf() function
464 EXPORT_SYMBOL_GPL(tty_ldisc_receive_buf);
Dtty_port.c38 ret = tty_ldisc_receive_buf(disc, p, (char *)f, count); in tty_port_default_receive_buf()
/Linux-v4.19/drivers/staging/speakup/
Dselection.c154 count = tty_ldisc_receive_buf(ld, sel_buffer + pasted, NULL, in __speakup_paste_selection()
/Linux-v4.19/drivers/tty/vt/
Dselection.c359 count = tty_ldisc_receive_buf(ld, sel_buffer + pasted, NULL, in paste_selection()
/Linux-v4.19/include/linux/
Dtty.h707 extern int tty_ldisc_receive_buf(struct tty_ldisc *ld, const unsigned char *p,