Home
last modified time | relevance | path

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

/drivers/tty/vt/
A Dselection.c438 bps += tty_ldisc_receive_buf(ld, bps, NULL, strlen(bps)); in paste_selection()
446 pasted += tty_ldisc_receive_buf(ld, vc_sel.buffer + pasted, in paste_selection()
453 bpe += tty_ldisc_receive_buf(ld, bpe, NULL, strlen(bpe)); in paste_selection()
/drivers/tty/
A Dtty_buffer.c383 size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const u8 *f, in tty_ldisc_receive_buf() function
395 EXPORT_SYMBOL_GPL(tty_ldisc_receive_buf);
A Dtty_port.c37 count = tty_ldisc_receive_buf(ld, p, f, count); in tty_port_default_receive_buf()

Completed in 7 milliseconds