Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/tty/
H 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()
403 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer)
404 ld->ops->flush_buffer(tty);
802 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush()
803 ld->ops->flush_buffer(tty); in __tty_perform_flush()
808 if (ld && ld->ops->flush_buffer) { in __tty_perform_flush()
809 ld->ops->flush_buffer(tty); in __tty_perform_flush()
H A Dpty.c513 .flush_buffer = pty_flush_buffer,
529 .flush_buffer = pty_flush_buffer,
762 .flush_buffer = pty_flush_buffer,
780 .flush_buffer = pty_flush_buffer,
H A Dtty_buffer.c238 if (ld && ld->ops->flush_buffer) in tty_buffer_flush()
239 ld->ops->flush_buffer(tty); in tty_buffer_flush()
H A Dtty_ldisc.c724 if (ld->ops->flush_buffer) in tty_ldisc_hangup()
725 ld->ops->flush_buffer(tty); in tty_ldisc_hangup()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspk_ttyio.c131 .flush_buffer = spk_ttyio_flush_buffer,
362 if (speakup_tty->ops->flush_buffer) in spk_ttyio_flush_buffer()
363 speakup_tty->ops->flush_buffer(speakup_tty); in spk_ttyio_flush_buffer()
H A Dspeakup_spkout.c120 synth->io_ops->flush_buffer(); in synth_flush()
H A Dspeakup_audptr.c122 synth->io_ops->flush_buffer(); in synth_flush()
H A Dspk_types.h164 void (*flush_buffer)(void); member
H A Dspeakup_decext.c221 synth->io_ops->flush_buffer(); in synth_flush()
H A Dserialio.c43 .flush_buffer = spk_serial_flush_buffer,
H A Dspeakup_dectlk.c293 synth->io_ops->flush_buffer(); in synth_flush()
H A Dsynth.c140 synth->io_ops->flush_buffer(); in spk_synth_flush()
/OK3568_Linux_fs/kernel/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()
247 err = flush_buffer(line); in line_write_interrupt()
H A Dstdio_console.c107 .flush_buffer = line_flush_buffer,
H A Dssl.c100 .flush_buffer = line_flush_buffer,
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_ldisc.h187 void (*flush_buffer)(struct tty_struct *tty); member
H A Dtty_driver.h273 void (*flush_buffer)(struct tty_struct *tty); member
H A Dserial_core.h53 void (*flush_buffer)(struct uart_port *); member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dfunctional.hpp184 flush_buffer(Buffer& buf, Device& dev, bool flush) in flush_buffer() function
/OK3568_Linux_fs/kernel/init/
H A Dinitramfs.c425 static long __init flush_buffer(void *bufv, unsigned long len) in flush_buffer() function
491 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Damba-pl011.c1905 if (uap->port.ops->flush_buffer) in pl011_shutdown()
1906 uap->port.ops->flush_buffer(port); in pl011_shutdown()
1918 if (uap->port.ops->flush_buffer) in sbsa_uart_shutdown()
1919 uap->port.ops->flush_buffer(port); in sbsa_uart_shutdown()
2142 .flush_buffer = pl011_dma_flush_buffer,
H A Dtimbuart.c391 .flush_buffer = timbuart_flush_buffer,
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_tty.c494 .flush_buffer = sclp_tty_flush_buffer,
H A Dsclp_vt220.c732 .flush_buffer = sclp_vt220_flush_buffer,
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c931 if (tty->ldisc->ops->flush_buffer) in hci_uart_tty_open()
932 tty->ldisc->ops->flush_buffer(tty); in hci_uart_tty_open()

123