Searched refs:lookahead_buf (Results 1 – 4 of 4) sorted by relevance
/linux/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()
|
/linux/include/linux/ |
H A D | tty_ldisc.h | 263 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
|