Searched refs:flush_buffer (Results 1 – 25 of 35) sorted by relevance
12
| /drivers/tty/ |
| 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()
|
| 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,
|
| 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()
|
| A D | tty_ldisc.c | 698 if (ld->ops->flush_buffer) in tty_ldisc_hangup() 699 ld->ops->flush_buffer(tty); in tty_ldisc_hangup()
|
| A D | n_hdlc.c | 795 .flush_buffer = flush_rx_queue,
|
| 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,
|
| A D | amiserial.c | 1436 .flush_buffer = rs_flush_buffer,
|
| A D | n_gsm.c | 4100 .flush_buffer = gsmld_flush_buffer, 4585 .flush_buffer = gsmtty_flush_buffer,
|
| /drivers/accessibility/speakup/ |
| 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()
|
| A D | speakup_spkout.c | 131 synth->io_ops->flush_buffer(synth); in synth_flush()
|
| A D | speakup_audptr.c | 131 synth->io_ops->flush_buffer(synth); in synth_flush()
|
| A D | spk_types.h | 164 void (*flush_buffer)(struct spk_synth *synth); member
|
| A D | serialio.c | 43 .flush_buffer = spk_serial_flush_buffer,
|
| A D | speakup_decext.c | 230 synth->io_ops->flush_buffer(synth); in synth_flush()
|
| A D | speakup_dectlk.c | 310 synth->io_ops->flush_buffer(synth); in synth_flush()
|
| A D | synth.c | 140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
|
| /drivers/s390/char/ |
| A D | sclp_tty.c | 490 .flush_buffer = sclp_tty_flush_buffer,
|
| A D | sclp_vt220.c | 721 .flush_buffer = sclp_vt220_flush_buffer,
|
| A D | con3215.c | 1125 .flush_buffer = tty3215_flush_buffer,
|
| /drivers/tty/serial/ |
| 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,
|
| A D | timbuart.c | 385 .flush_buffer = timbuart_flush_buffer,
|
| A D | serial_core.c | 686 if (port->ops->flush_buffer) in uart_flush_buffer() 687 port->ops->flush_buffer(port); in uart_flush_buffer() 2712 .flush_buffer = uart_flush_buffer,
|
| A D | fsl_lpuart.c | 2448 .flush_buffer = lpuart_flush_buffer, 2473 .flush_buffer = lpuart_flush_buffer,
|
| A D | serial-tegra.c | 1405 .flush_buffer = tegra_uart_flush_buffer,
|
| /drivers/scsi/ |
| 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() 3626 i = flush_buffer(STp, i); in st_ioctl() 3783 if ((i = flush_buffer(STp, 0)) < 0) { in st_ioctl()
|
Completed in 110 milliseconds
12