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

12

/linux-master/drivers/tty/
H A Dsynclink_gt.c139 static void flush_buffer(struct tty_struct *tty);
665 flush_buffer(tty);
686 flush_buffer(tty);
895 static void flush_buffer(struct tty_struct *tty) function
900 if (sanity_check(info, tty->name, "flush_buffer"))
902 DBGINFO(("%s flush_buffer\n", info->device_name));
3608 .flush_buffer = flush_buffer,
H A Damiserial.c1436 .flush_buffer = rs_flush_buffer,
H A Dn_tty.c2521 .flush_buffer = n_tty_flush_buffer,
H A Dmxser.c1702 .flush_buffer = mxser_flush_buffer,
H A Dn_gsm.c4039 .flush_buffer = gsmld_flush_buffer,
4514 .flush_buffer = gsmtty_flush_buffer,
H A Dmoxa.c698 .flush_buffer = moxa_flush_buffer,
/linux-master/drivers/scsi/
H A Dst.c834 static int flush_buffer(struct scsi_tape *STp, int seek_next)
1431 result = flush_buffer(STp, 0);
1667 retval = flush_buffer(STp, 0);
2134 retval = flush_buffer(STp, 0);
3608 i = flush_buffer(STp, i);
3748 if ((i = flush_buffer(STp, 0)) < 0) {
832 static int flush_buffer(struct scsi_tape *STp, int seek_next) function
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1113 .flush_buffer = rfcomm_tty_flush_buffer,
/linux-master/drivers/s390/char/
H A Dcon3215.c1125 .flush_buffer = tty3215_flush_buffer,
1168 * proc_entry, set_termios, flush_buffer, set_ldisc, write_proc
/linux-master/drivers/tty/serial/
H A Dserial_core.c678 if (port->ops->flush_buffer)
679 port->ops->flush_buffer(port);
2771 .flush_buffer = uart_flush_buffer,
H A Dserial-tegra.c1400 .flush_buffer = tegra_uart_flush_buffer,
H A Dfsl_lpuart.c2426 .flush_buffer = lpuart_flush_buffer,
2451 .flush_buffer = lpuart_flush_buffer,
H A Datmel_serial.c2517 .flush_buffer = atmel_flush_buffer,
H A Dimx.c1979 .flush_buffer = imx_uart_flush_buffer,
H A Dstm32-usart.c1497 .flush_buffer = stm32_usart_flush_buffer,
H A Dsh-sci.c2802 .flush_buffer = sci_flush_buffer,
/linux-master/drivers/usb/class/
H A Dcdc-acm.c2046 .flush_buffer = acm_tty_flush_buffer,

Completed in 443 milliseconds

12