/linux/drivers/tty/ |
H A D | tty_ioctl.c | 84 if (tty->ops->flush_buffer) in tty_driver_flush_buffer() 85 tty->ops->flush_buffer(tty); in tty_driver_flush_buffer() 503 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer) 504 ld->ops->flush_buffer(tty); 905 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush() 906 ld->ops->flush_buffer(tty); in __tty_perform_flush() 911 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush() 912 ld->ops->flush_buffer(tty); in __tty_perform_flush()
|
H A D | pty.c | 504 .flush_buffer = pty_flush_buffer, 519 .flush_buffer = pty_flush_buffer, 753 .flush_buffer = pty_flush_buffer, 770 .flush_buffer = pty_flush_buffer,
|
H A D | tty_buffer.c | 240 if (ld && ld->ops->flush_buffer) in tty_buffer_flush() 241 ld->ops->flush_buffer(tty); in tty_buffer_flush()
|
H A D | n_hdlc.c | 795 .flush_buffer = flush_rx_queue,
|
H A D | synclink_gt.c | 140 static void flush_buffer(struct tty_struct *tty); 666 flush_buffer(tty); in close() 687 flush_buffer(tty); in hangup() 896 static void flush_buffer(struct tty_struct *tty) in flush_buffer() function 3609 .flush_buffer = flush_buffer,
|
/linux/drivers/accessibility/speakup/ |
H A D | spk_ttyio.c | 130 .flush_buffer = spk_ttyio_flush_buffer, 335 if (tty->ops->flush_buffer) in spk_ttyio_flush_buffer() 336 tty->ops->flush_buffer(tty); in spk_ttyio_flush_buffer()
|
H A D | speakup_spkout.c | 131 synth->io_ops->flush_buffer(synth); in synth_flush()
|
H A D | spk_types.h | 164 void (*flush_buffer)(struct spk_synth *synth); member
|
H A D | speakup_audptr.c | 131 synth->io_ops->flush_buffer(synth); in synth_flush()
|
H A D | serialio.c | 43 .flush_buffer = spk_serial_flush_buffer,
|
H A D | speakup_decext.c | 230 synth->io_ops->flush_buffer(synth); in synth_flush()
|
H A D | speakup_dectlk.c | 310 synth->io_ops->flush_buffer(synth); in synth_flush()
|
/linux/include/linux/ |
H A D | tty_ldisc.h | 240 void (*flush_buffer)(struct tty_struct *tty); member
|
H A D | tty_driver.h | 234 * @flush_buffer: ``void ()(struct tty_struct *tty)`` 381 void (*flush_buffer)(struct tty_struct *tty); 374 void (*flush_buffer)(struct tty_struct *tty); global() member
|
H A D | serial_core.h | 390 void (*flush_buffer)(struct uart_port *); member
|
/linux/arch/um/drivers/ |
H A D | line.c | 130 static int flush_buffer(struct line *line) in flush_buffer() function 174 flush_buffer(line); in line_flush_buffer() 242 err = flush_buffer(line); in line_write_interrupt()
|
H A D | stdio_console.c | 105 .flush_buffer = line_flush_buffer,
|
H A D | ssl.c | 98 .flush_buffer = line_flush_buffer,
|
/linux/init/ |
H A D | initramfs.c | 473 static long __init flush_buffer(void *bufv, unsigned long len) in flush_buffer() function 536 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
|
/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 490 .flush_buffer = sclp_tty_flush_buffer,
|
H A D | sclp_vt220.c | 721 .flush_buffer = sclp_vt220_flush_buffer,
|
/linux/drivers/tty/serial/ |
H A D | amba-pl011.c | 1978 if (uap->port.ops->flush_buffer) in pl011_shutdown() 1979 uap->port.ops->flush_buffer(port); in pl011_shutdown() 1991 if (uap->port.ops->flush_buffer) in sbsa_uart_shutdown() 1992 uap->port.ops->flush_buffer(port); in sbsa_uart_shutdown() 2255 .flush_buffer = pl011_dma_flush_buffer,
|
H A D | timbuart.c | 385 .flush_buffer = timbuart_flush_buffer,
|
H A D | serial_core.c | 685 if (port->ops->flush_buffer) in uart_flush_buffer() 686 port->ops->flush_buffer(port); in uart_flush_buffer() 2757 .flush_buffer = uart_flush_buffer,
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 1110 .flush_buffer = rfcomm_tty_flush_buffer,
|