Home
last modified time | relevance | path

Searched refs:flush_buffer (Results 1 – 25 of 37) 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()
503 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer)
504 ld->ops->flush_buffer(tty);
905 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush()
906 ld->ops->flush_buffer(tty); in __tty_perform_flush()
911 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush()
912 ld->ops->flush_buffer(tty); in __tty_perform_flush()
H A Dpty.c504 .flush_buffer = pty_flush_buffer,
519 .flush_buffer = pty_flush_buffer,
753 .flush_buffer = pty_flush_buffer,
770 .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.c795 .flush_buffer = flush_rx_queue,
H A Dsynclink_gt.c140 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,
/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()
/linux/include/linux/
H A Dtty_ldisc.h240 void (*flush_buffer)(struct tty_struct *tty); member
H A Dtty_driver.h234 * @flush_buffer: ``void ()(struct tty_struct *tty)``
381 void (*flush_buffer)(struct tty_struct *tty);
374 void (*flush_buffer)(struct tty_struct *tty); global() member
H A Dserial_core.h390 void (*flush_buffer)(struct uart_port *); member
/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.c473 static long __init flush_buffer(void *bufv, unsigned long len) in flush_buffer() function
536 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
/linux/drivers/s390/char/
H A Dsclp_tty.c490 .flush_buffer = sclp_tty_flush_buffer,
H A Dsclp_vt220.c721 .flush_buffer = sclp_vt220_flush_buffer,
/linux/drivers/tty/serial/
H A Damba-pl011.c1978 if (uap->port.ops->flush_buffer) in pl011_shutdown()
1979 uap->port.ops->flush_buffer(port); in pl011_shutdown()
1991 if (uap->port.ops->flush_buffer) in sbsa_uart_shutdown()
1992 uap->port.ops->flush_buffer(port); in sbsa_uart_shutdown()
2255 .flush_buffer = pl011_dma_flush_buffer,
H A Dtimbuart.c385 .flush_buffer = timbuart_flush_buffer,
H A Dserial_core.c685 if (port->ops->flush_buffer) in uart_flush_buffer()
686 port->ops->flush_buffer(port); in uart_flush_buffer()
2757 .flush_buffer = uart_flush_buffer,
/linux/net/bluetooth/rfcomm/
H A Dtty.c1110 .flush_buffer = rfcomm_tty_flush_buffer,

12