Searched refs:tty_ldisc_receive_buf (Results 1 – 3 of 3) sorted by relevance
| /drivers/tty/vt/ |
| A D | selection.c | 438 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 D | tty_buffer.c | 383 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 D | tty_port.c | 37 count = tty_ldisc_receive_buf(ld, p, f, count); in tty_port_default_receive_buf()
|
Completed in 7 milliseconds