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

12

/linux-master/drivers/accessibility/speakup/
H A Dspk_ttyio.c130 .flush_buffer = spk_ttyio_flush_buffer,
335 if (tty->ops->flush_buffer)
336 tty->ops->flush_buffer(tty);
H A Dspeakup_spkout.c131 synth->io_ops->flush_buffer(synth);
H A Dserialio.c43 .flush_buffer = spk_serial_flush_buffer,
H A Dspeakup_decext.c230 synth->io_ops->flush_buffer(synth);
H A Dspeakup_audptr.c131 synth->io_ops->flush_buffer(synth);
H A Dspk_types.h164 void (*flush_buffer)(struct spk_synth *synth); member in struct:spk_io_ops
H A Dspeakup_dectlk.c310 synth->io_ops->flush_buffer(synth);
H A Dsynth.c140 synth->io_ops->flush_buffer(synth);
/linux-master/include/linux/
H A Dtty_ldisc.h85 * @flush_buffer: [TTY] ``void ()(struct tty_struct *tty)``
240 void (*flush_buffer)(struct tty_struct *tty); member in struct:tty_ldisc_ops
H A Dtty_driver.h227 * @flush_buffer: ``void ()(struct tty_struct *tty)``
374 void (*flush_buffer)(struct tty_struct *tty); member in struct:tty_operations
H A Dserial_core.h205 * @flush_buffer: ``void ()(struct uart_port *port)``
389 void (*flush_buffer)(struct uart_port *); member in struct:uart_ops
/linux-master/drivers/tty/
H A Dtty_ioctl.c84 if (tty->ops->flush_buffer)
85 tty->ops->flush_buffer(tty);
503 if ((opt & TERMIOS_FLUSH) && ld->ops->flush_buffer)
504 ld->ops->flush_buffer(tty);
905 if (ld && ld->ops->flush_buffer) {
906 ld->ops->flush_buffer(tty);
911 if (ld && ld->ops->flush_buffer) {
912 ld->ops->flush_buffer(tty);
H A Dtty_buffer.c240 if (ld && ld->ops->flush_buffer)
241 ld->ops->flush_buffer(tty);
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_ldisc.c692 if (ld->ops->flush_buffer)
693 ld->ops->flush_buffer(tty);
H A Dn_hdlc.c795 .flush_buffer = flush_rx_queue,
/linux-master/arch/um/drivers/
H A Dssl.c98 .flush_buffer = line_flush_buffer,
H A Dstdio_console.c105 .flush_buffer = line_flush_buffer,
H A Dline.c130 static int flush_buffer(struct line *line) function
174 flush_buffer(line);
180 * ->flush_buffer and ->write. Hope it's not that bad.
242 err = flush_buffer(line);
/linux-master/init/
H A Dinitramfs.c457 static long __init flush_buffer(void *bufv, unsigned long len) function
520 int res = decompress(buf, len, NULL, flush_buffer, NULL,
/linux-master/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-master/drivers/tty/serial/
H A Dtimbuart.c388 .flush_buffer = timbuart_flush_buffer,
H A Damba-pl011.c1979 if (uap->port.ops->flush_buffer)
1980 uap->port.ops->flush_buffer(port);
1992 if (uap->port.ops->flush_buffer)
1993 uap->port.ops->flush_buffer(port);
2256 .flush_buffer = pl011_dma_flush_buffer,
/linux-master/drivers/misc/ti-st/
H A Dst_core.c848 .flush_buffer = st_tty_flush_buffer,

Completed in 347 milliseconds

12