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()
|
H A D | n_tty.c | 2528 .lookahead_buf = n_tty_lookahead_flow_ctrl,
|
/linux/include/linux/ |
H A D | tty_ldisc.h | 206 * @lookahead_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp, 216 * characters already handled by ->lookahead_buf()). 262 void (*lookahead_buf)(struct tty_struct *tty, const u8 *cp, member
|