Symbol: flush_buffer
arch/um/drivers/line.c
174
flush_buffer(line);
arch/um/drivers/line.c
242
err = flush_buffer(line);
arch/um/drivers/ssl.c
98
.flush_buffer = line_flush_buffer,
arch/um/drivers/stdio_console.c
105
.flush_buffer = line_flush_buffer,
drivers/accessibility/speakup/serialio.c
43
.flush_buffer = spk_serial_flush_buffer,
drivers/accessibility/speakup/speakup_audptr.c
131
synth->io_ops->flush_buffer(synth);
drivers/accessibility/speakup/speakup_decext.c
230
synth->io_ops->flush_buffer(synth);
drivers/accessibility/speakup/speakup_dectlk.c
310
synth->io_ops->flush_buffer(synth);
drivers/accessibility/speakup/speakup_spkout.c
131
synth->io_ops->flush_buffer(synth);
drivers/accessibility/speakup/spk_ttyio.c
130
.flush_buffer = spk_ttyio_flush_buffer,
drivers/accessibility/speakup/spk_ttyio.c
335
if (tty->ops->flush_buffer)
drivers/accessibility/speakup/spk_ttyio.c
336
tty->ops->flush_buffer(tty);
drivers/accessibility/speakup/spk_types.h
164
void (*flush_buffer)(struct spk_synth *synth);
drivers/accessibility/speakup/synth.c
140
synth->io_ops->flush_buffer(synth);
drivers/s390/char/con3215.c
1125
.flush_buffer = tty3215_flush_buffer,
drivers/s390/char/sclp_tty.c
490
.flush_buffer = sclp_tty_flush_buffer,
drivers/s390/char/sclp_vt220.c
721
.flush_buffer = sclp_vt220_flush_buffer,
drivers/scsi/st.c
1453
result = flush_buffer(STp, 0);
drivers/scsi/st.c
1689
retval = flush_buffer(STp, 0);
drivers/scsi/st.c
2154
retval = flush_buffer(STp, 0);
drivers/scsi/st.c
3560
if ((i = flush_buffer(STp, 0)) < 0) {
drivers/scsi/st.c
3692
i = flush_buffer(STp, i);
drivers/scsi/st.c
3849
if ((i = flush_buffer(STp, 0)) < 0) {
drivers/tty/amiserial.c
1436
.flush_buffer = rs_flush_buffer,
drivers/tty/moxa.c
538
.flush_buffer = moxa_flush_buffer,
drivers/tty/mxser.c
1646
.flush_buffer = mxser_flush_buffer,
drivers/tty/n_gsm.c
4100
.flush_buffer = gsmld_flush_buffer,
drivers/tty/n_gsm.c
4607
.flush_buffer = gsmtty_flush_buffer,
drivers/tty/n_hdlc.c
775
.flush_buffer = flush_rx_queue,
drivers/tty/n_tty.c
2506
.flush_buffer = n_tty_flush_buffer,
drivers/tty/pty.c
500
.flush_buffer = pty_flush_buffer,
drivers/tty/pty.c
515
.flush_buffer = pty_flush_buffer,
drivers/tty/pty.c
728
.flush_buffer = pty_flush_buffer,
drivers/tty/pty.c
745
.flush_buffer = pty_flush_buffer,
drivers/tty/serial/8250/8250_port.c
3146
.flush_buffer = serial8250_flush_buffer,
drivers/tty/serial/amba-pl011.c
2040
if (uap->port.ops->flush_buffer)
drivers/tty/serial/amba-pl011.c
2041
uap->port.ops->flush_buffer(port);
drivers/tty/serial/amba-pl011.c
2053
if (uap->port.ops->flush_buffer)
drivers/tty/serial/amba-pl011.c
2054
uap->port.ops->flush_buffer(port);
drivers/tty/serial/amba-pl011.c
2317
.flush_buffer = pl011_dma_flush_buffer,
drivers/tty/serial/atmel_serial.c
2485
.flush_buffer = atmel_flush_buffer,
drivers/tty/serial/fsl_lpuart.c
2448
.flush_buffer = lpuart_flush_buffer,
drivers/tty/serial/fsl_lpuart.c
2473
.flush_buffer = lpuart_flush_buffer,
drivers/tty/serial/imx.c
2068
.flush_buffer = imx_uart_flush_buffer,
drivers/tty/serial/qcom_geni_serial.c
1752
.flush_buffer = qcom_geni_serial_flush_buffer,
drivers/tty/serial/serial-tegra.c
1405
.flush_buffer = tegra_uart_flush_buffer,
drivers/tty/serial/serial_core.c
2662
.flush_buffer = uart_flush_buffer,
drivers/tty/serial/serial_core.c
686
if (port->ops->flush_buffer)
drivers/tty/serial/serial_core.c
687
port->ops->flush_buffer(port);
drivers/tty/serial/sh-sci.c
3135
.flush_buffer = sci_flush_buffer,
drivers/tty/serial/stm32-usart.c
1483
.flush_buffer = stm32_usart_flush_buffer,
drivers/tty/serial/timbuart.c
385
.flush_buffer = timbuart_flush_buffer,
drivers/tty/synclink_gt.c
140
static void flush_buffer(struct tty_struct *tty);
drivers/tty/synclink_gt.c
3609
.flush_buffer = flush_buffer,
drivers/tty/synclink_gt.c
666
flush_buffer(tty);
drivers/tty/synclink_gt.c
687
flush_buffer(tty);
drivers/tty/tty_buffer.c
240
if (ld && ld->ops->flush_buffer)
drivers/tty/tty_buffer.c
241
ld->ops->flush_buffer(tty);
drivers/tty/tty_ioctl.c
499
if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer)
drivers/tty/tty_ioctl.c
500
ld->ops->flush_buffer(tty);
drivers/tty/tty_ioctl.c
84
if (tty->ops->flush_buffer)
drivers/tty/tty_ioctl.c
85
tty->ops->flush_buffer(tty);
drivers/tty/tty_ioctl.c
901
if (ld && ld->ops->flush_buffer) {
drivers/tty/tty_ioctl.c
902
ld->ops->flush_buffer(tty);
drivers/tty/tty_ioctl.c
907
if (ld && ld->ops->flush_buffer) {
drivers/tty/tty_ioctl.c
908
ld->ops->flush_buffer(tty);
drivers/tty/tty_ldisc.c
698
if (ld->ops->flush_buffer)
drivers/tty/tty_ldisc.c
699
ld->ops->flush_buffer(tty);
drivers/usb/class/cdc-acm.c
2075
.flush_buffer = acm_tty_flush_buffer,
include/linux/serial_core.h
390
void (*flush_buffer)(struct uart_port *);
include/linux/tty_driver.h
467
void (*flush_buffer)(struct tty_struct *tty);
include/linux/tty_ldisc.h
239
void (*flush_buffer)(struct tty_struct *tty);
init/initramfs.c
551
int res = decompress(buf, len, NULL, flush_buffer, NULL,
net/bluetooth/rfcomm/tty.c
1101
.flush_buffer = rfcomm_tty_flush_buffer,