Searched refs:lookahead_buf (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/tty/ |
D | tty_port.c | 60 if (disc->ops->lookahead_buf) in tty_port_default_lookahead_buf() 61 disc->ops->lookahead_buf(disc->tty, p, f, count); in tty_port_default_lookahead_buf() 78 .lookahead_buf = tty_port_default_lookahead_buf,
|
D | tty_buffer.c | 491 if (port->client_ops->lookahead_buf) { in lookahead_bufs() 498 port->client_ops->lookahead_buf(port, p, f, count); in lookahead_bufs()
|
D | n_tty.c | 2502 .lookahead_buf = n_tty_lookahead_flow_ctrl,
|
/linux-6.1.9/include/linux/ |
D | tty_ldisc.h | 244 void (*lookahead_buf)(struct tty_struct *tty, const unsigned char *cp, member
|
D | tty_port.h | 43 void (*lookahead_buf)(struct tty_port *port, const unsigned char *cp, member
|