| /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() 499 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer) 500 ld->ops->flush_buffer(tty); 901 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush() 902 ld->ops->flush_buffer(tty); in __tty_perform_flush() 907 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush() 908 ld->ops->flush_buffer(tty); in __tty_perform_flush()
|
| H A D | pty.c | 500 .flush_buffer = pty_flush_buffer, 515 .flush_buffer = pty_flush_buffer, 728 .flush_buffer = pty_flush_buffer, 745 .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 | 774 .flush_buffer = flush_rx_queue,
|
| /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()
|
| H A D | synth.c | 140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
|
| /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 | 475 static long __init flush_buffer(void *bufv, unsigned long len) in flush_buffer() function 551 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
|
| /linux/drivers/tty/serial/ |
| H A D | amba-pl011.c | 2040 if (uap->port.ops->flush_buffer) in pl011_shutdown() 2041 uap->port.ops->flush_buffer(port); in pl011_shutdown() 2053 if (uap->port.ops->flush_buffer) in sbsa_uart_shutdown() 2054 uap->port.ops->flush_buffer(port); in sbsa_uart_shutdown() 2317 .flush_buffer = pl011_dma_flush_buffer,
|
| H A D | timbuart.c | 385 .flush_buffer = timbuart_flush_buffer,
|
| H A D | serial_core.c | 683 if (port->ops->flush_buffer) in uart_flush_buffer() 684 port->ops->flush_buffer(port); in uart_flush_buffer() 2659 .flush_buffer = uart_flush_buffer,
|
| H A D | fsl_lpuart.c | 2448 .flush_buffer = lpuart_flush_buffer, 2473 .flush_buffer = lpuart_flush_buffer,
|
| H A D | serial-tegra.c | 1405 .flush_buffer = tegra_uart_flush_buffer,
|
| /linux/drivers/s390/char/ |
| H A D | sclp_vt220.c | 721 .flush_buffer = sclp_vt220_flush_buffer,
|
| H A D | con3215.c | 1125 .flush_buffer = tty3215_flush_buffer,
|
| /linux/drivers/scsi/ |
| H A D | st.c | 843 static int flush_buffer(struct scsi_tape *STp, int seek_next) in flush_buffer() function 1452 result = flush_buffer(STp, 0); in st_flush() 1688 retval = flush_buffer(STp, 0); in st_write() 2153 retval = flush_buffer(STp, 0); in st_read() 3559 if ((i = flush_buffer(STp, 0)) < 0) { in st_common_ioctl() 3691 i = flush_buffer(STp, i); in st_ioctl() 3848 if ((i = flush_buffer(STp, 0)) < 0) { in st_ioctl()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | tty.c | 1101 .flush_buffer = rfcomm_tty_flush_buffer,
|