Home
last modified time | relevance | path

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

12

/linux/drivers/tty/
A Dtty_ioctl.c94 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 Dpty.c514 .flush_buffer = pty_flush_buffer,
529 .flush_buffer = pty_flush_buffer,
763 .flush_buffer = pty_flush_buffer,
780 .flush_buffer = pty_flush_buffer,
A Dtty_buffer.c239 if (ld && ld->ops->flush_buffer) in tty_buffer_flush()
240 ld->ops->flush_buffer(tty); in tty_buffer_flush()
A Dtty_ldisc.c718 if (ld->ops->flush_buffer) in tty_ldisc_hangup()
719 ld->ops->flush_buffer(tty); in tty_ldisc_hangup()
A Dn_hdlc.c824 .flush_buffer = flush_rx_queue,
A Dsynclink_gt.c141 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 Dspk_ttyio.c131 .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 Dspeakup_spkout.c120 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dspeakup_audptr.c122 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dspk_types.h164 void (*flush_buffer)(struct spk_synth *synth); member
A Dspeakup_decext.c221 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dserialio.c43 .flush_buffer = spk_serial_flush_buffer,
A Dspeakup_dectlk.c301 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dsynth.c140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
/linux/arch/um/drivers/
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()
A Dstdio_console.c107 .flush_buffer = line_flush_buffer,
A Dssl.c100 .flush_buffer = line_flush_buffer,
/linux/include/linux/
A Dtty_ldisc.h189 void (*flush_buffer)(struct tty_struct *tty); member
A Dtty_driver.h273 void (*flush_buffer)(struct tty_struct *tty); member
A Dserial_core.h52 void (*flush_buffer)(struct uart_port *); member
/linux/init/
A Dinitramfs.c437 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 Damba-pl011.c1975 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 Dtimbuart.c389 .flush_buffer = timbuart_flush_buffer,
/linux/drivers/s390/char/
A Dsclp_tty.c490 .flush_buffer = sclp_tty_flush_buffer,
A Dsclp_vt220.c722 .flush_buffer = sclp_vt220_flush_buffer,

Completed in 48 milliseconds

12