Searched refs:lookahead_buf (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/tty/ |
| H A D | tty_port.c | 58 if (ld->ops->lookahead_buf) in tty_port_default_lookahead_buf() 59 ld->ops->lookahead_buf(ld->tty, p, f, count); in tty_port_default_lookahead_buf() 76 .lookahead_buf = tty_port_default_lookahead_buf,
|
| H A D | tty_buffer.c | 421 if (port->client_ops->lookahead_buf) { in lookahead_bufs() 428 port->client_ops->lookahead_buf(port, p, f, count); in lookahead_bufs()
|
| H A D | n_tty.c | 2528 .lookahead_buf = n_tty_lookahead_flow_ctrl,
|
| /linux-6.15/include/linux/ |
| H A D | tty_ldisc.h | 262 void (*lookahead_buf)(struct tty_struct *tty, const u8 *cp, member
|
| H A D | tty_port.h | 44 void (*lookahead_buf)(struct tty_port *port, const u8 *cp, member
|