Searched refs:lookahead_buf (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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 | 2535 .lookahead_buf = n_tty_lookahead_flow_ctrl,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_ldisc.h | 207 * @lookahead_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp, 217 * characters already handled by ->lookahead_buf()). 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
|
Completed in 7 milliseconds