Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/tty/
A Dtty_ioctl.c95 if (tty->ops->flush_buffer) in tty_driver_flush_buffer()
96 tty->ops->flush_buffer(tty); in tty_driver_flush_buffer()
506 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer)
507 ld->ops->flush_buffer(tty);
899 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush()
900 ld->ops->flush_buffer(tty); in __tty_perform_flush()
905 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush()
906 ld->ops->flush_buffer(tty); in __tty_perform_flush()
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,
A Dtty_buffer.c241 if (ld && ld->ops->flush_buffer) in tty_buffer_flush()
242 ld->ops->flush_buffer(tty); in tty_buffer_flush()
A Dtty_ldisc.c693 if (ld->ops->flush_buffer) in tty_ldisc_hangup()
694 ld->ops->flush_buffer(tty); in tty_ldisc_hangup()
A Dn_hdlc.c795 .flush_buffer = flush_rx_queue,
/linux-6.3-rc2/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.c131 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dspeakup_audptr.c131 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dspk_types.h164 void (*flush_buffer)(struct spk_synth *synth); member
A Dserialio.c43 .flush_buffer = spk_serial_flush_buffer,
A Dspeakup_decext.c230 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dspeakup_dectlk.c310 synth->io_ops->flush_buffer(synth); in synth_flush()
A Dsynth.c140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
/linux-6.3-rc2/include/linux/
A Dtty_ldisc.h220 void (*flush_buffer)(struct tty_struct *tty); member
A Dtty_driver.h376 void (*flush_buffer)(struct tty_struct *tty); member
A Dserial_core.h388 void (*flush_buffer)(struct uart_port *); member
/linux-6.3-rc2/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.c105 .flush_buffer = line_flush_buffer,
A Dssl.c98 .flush_buffer = line_flush_buffer,
/linux-6.3-rc2/init/
A Dinitramfs.c463 static long __init flush_buffer(void *bufv, unsigned long len) in flush_buffer() function
526 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
/linux-6.3-rc2/drivers/s390/char/
A Dsclp_tty.c490 .flush_buffer = sclp_tty_flush_buffer,
A Dsclp_vt220.c721 .flush_buffer = sclp_vt220_flush_buffer,
/linux-6.3-rc2/drivers/tty/serial/
A Damba-pl011.c1993 if (uap->port.ops->flush_buffer) in pl011_shutdown()
1994 uap->port.ops->flush_buffer(port); in pl011_shutdown()
2006 if (uap->port.ops->flush_buffer) in sbsa_uart_shutdown()
2007 uap->port.ops->flush_buffer(port); in sbsa_uart_shutdown()
2262 .flush_buffer = pl011_dma_flush_buffer,
A Dtimbuart.c388 .flush_buffer = timbuart_flush_buffer,
/linux-6.3-rc2/drivers/misc/ti-st/
A Dst_core.c853 .flush_buffer = st_tty_flush_buffer,

Completed in 48 milliseconds

12