Searched refs:flush_buffer (Results 1 – 25 of 46) sorted by relevance
12
/linux/drivers/tty/ |
A D | tty_ioctl.c | 94 if (tty->ops->flush_buffer) in tty_driver_flush_buffer() 95 tty->ops->flush_buffer(tty); in tty_driver_flush_buffer() 427 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer) 428 ld->ops->flush_buffer(tty); 822 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush() 823 ld->ops->flush_buffer(tty); in __tty_perform_flush() 828 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush() 829 ld->ops->flush_buffer(tty); in __tty_perform_flush()
|
A D | pty.c | 514 .flush_buffer = pty_flush_buffer, 529 .flush_buffer = pty_flush_buffer, 763 .flush_buffer = pty_flush_buffer, 780 .flush_buffer = pty_flush_buffer,
|
A D | tty_buffer.c | 239 if (ld && ld->ops->flush_buffer) in tty_buffer_flush() 240 ld->ops->flush_buffer(tty); in tty_buffer_flush()
|
A D | tty_ldisc.c | 718 if (ld->ops->flush_buffer) in tty_ldisc_hangup() 719 ld->ops->flush_buffer(tty); in tty_ldisc_hangup()
|
A D | n_hdlc.c | 824 .flush_buffer = flush_rx_queue,
|
A D | synclink_gt.c | 141 static void flush_buffer(struct tty_struct *tty); 674 flush_buffer(tty); in close() 695 flush_buffer(tty); in hangup() 904 static void flush_buffer(struct tty_struct *tty) in flush_buffer() function 3621 .flush_buffer = flush_buffer,
|
/linux/drivers/accessibility/speakup/ |
A D | spk_ttyio.c | 131 .flush_buffer = spk_ttyio_flush_buffer, 336 if (tty->ops->flush_buffer) in spk_ttyio_flush_buffer() 337 tty->ops->flush_buffer(tty); in spk_ttyio_flush_buffer()
|
A D | speakup_spkout.c | 120 synth->io_ops->flush_buffer(synth); in synth_flush()
|
A D | speakup_audptr.c | 122 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 | speakup_decext.c | 221 synth->io_ops->flush_buffer(synth); in synth_flush()
|
A D | serialio.c | 43 .flush_buffer = spk_serial_flush_buffer,
|
A D | speakup_dectlk.c | 301 synth->io_ops->flush_buffer(synth); in synth_flush()
|
A D | synth.c | 140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
|
/linux/arch/um/drivers/ |
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()
|
A D | stdio_console.c | 107 .flush_buffer = line_flush_buffer,
|
A D | ssl.c | 100 .flush_buffer = line_flush_buffer,
|
/linux/include/linux/ |
A D | tty_ldisc.h | 189 void (*flush_buffer)(struct tty_struct *tty); member
|
A D | tty_driver.h | 273 void (*flush_buffer)(struct tty_struct *tty); member
|
A D | serial_core.h | 52 void (*flush_buffer)(struct uart_port *); member
|
/linux/init/ |
A D | initramfs.c | 437 static long __init flush_buffer(void *bufv, unsigned long len) in flush_buffer() function 500 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
|
/linux/drivers/tty/serial/ |
A D | amba-pl011.c | 1975 if (uap->port.ops->flush_buffer) in pl011_shutdown() 1976 uap->port.ops->flush_buffer(port); in pl011_shutdown() 1988 if (uap->port.ops->flush_buffer) in sbsa_uart_shutdown() 1989 uap->port.ops->flush_buffer(port); in sbsa_uart_shutdown() 2275 .flush_buffer = pl011_dma_flush_buffer,
|
A D | timbuart.c | 389 .flush_buffer = timbuart_flush_buffer,
|
/linux/drivers/s390/char/ |
A D | sclp_tty.c | 490 .flush_buffer = sclp_tty_flush_buffer,
|
A D | sclp_vt220.c | 722 .flush_buffer = sclp_vt220_flush_buffer,
|
Completed in 48 milliseconds
12