Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dtty_buffer.c457 int tty_ldisc_receive_buf(struct tty_ldisc *ld, const unsigned char *p, in tty_ldisc_receive_buf() function
469 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-v5.4/drivers/tty/vt/
Dselection.c372 count = tty_ldisc_receive_buf(ld, sel_buffer + pasted, NULL, in paste_selection()
/Linux-v5.4/include/linux/
Dtty.h715 extern int tty_ldisc_receive_buf(struct tty_ldisc *ld, const unsigned char *p,