Home
last modified time | relevance | path

Searched refs:flush_buffer (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/tty/
H A Dtty_ioctl.c84 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 Dpty.c500 .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 Dtty_buffer.c240 if (ld && ld->ops->flush_buffer) in tty_buffer_flush()
241 ld->ops->flush_buffer(tty); in tty_buffer_flush()
H A Dn_hdlc.c774 .flush_buffer = flush_rx_queue,
/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c130 .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 Dspeakup_spkout.c131 synth->io_ops->flush_buffer(synth); in synth_flush()
H A Dspk_types.h164 void (*flush_buffer)(struct spk_synth *synth); member
H A Dspeakup_audptr.c131 synth->io_ops->flush_buffer(synth); in synth_flush()
H A Dserialio.c43 .flush_buffer = spk_serial_flush_buffer,
H A Dspeakup_decext.c230 synth->io_ops->flush_buffer(synth); in synth_flush()
H A Dspeakup_dectlk.c310 synth->io_ops->flush_buffer(synth); in synth_flush()
H A Dsynth.c140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
/linux/arch/um/drivers/
H A Dline.c130 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 Dstdio_console.c105 .flush_buffer = line_flush_buffer,
H A Dssl.c98 .flush_buffer = line_flush_buffer,
/linux/init/
H A Dinitramfs.c475 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 Damba-pl011.c2040 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 Dtimbuart.c385 .flush_buffer = timbuart_flush_buffer,
H A Dserial_core.c683 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 Dfsl_lpuart.c2448 .flush_buffer = lpuart_flush_buffer,
2473 .flush_buffer = lpuart_flush_buffer,
H A Dserial-tegra.c1405 .flush_buffer = tegra_uart_flush_buffer,
/linux/drivers/s390/char/
H A Dsclp_vt220.c721 .flush_buffer = sclp_vt220_flush_buffer,
H A Dcon3215.c1125 .flush_buffer = tty3215_flush_buffer,
/linux/drivers/scsi/
H A Dst.c843 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 Dtty.c1101 .flush_buffer = rfcomm_tty_flush_buffer,

12