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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty_ldisc.h22 * void (*flush_buffer)(struct tty_struct *tty);
118 void (*flush_buffer)(struct tty_struct *tty); member in struct:tty_ldisc
H A Dtty_driver.h149 void (*flush_buffer)(struct tty_struct *tty); member in struct:tty_operations
212 void (*flush_buffer)(struct tty_struct *tty); member in struct:tty_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_ldisc.c193 if (tty->driver && tty->driver->flush_buffer)
194 tty->driver->flush_buffer(tty);
283 if (tty->ldisc.flush_buffer)
284 tty->ldisc.flush_buffer(tty);
286 if (tty->driver && tty->driver->flush_buffer)
287 tty->driver->flush_buffer(tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dpty.c174 if (to->ldisc.flush_buffer)
175 to->ldisc.flush_buffer(to);
217 .flush_buffer = pty_flush_buffer,
H A Dtty_ioctl.c444 if ((opt & TERMIOS_FLUSH) && ld->flush_buffer)
445 ld->flush_buffer(tty);
785 if (ld && ld->flush_buffer)
786 ld->flush_buffer(tty);
789 if (ld && ld->flush_buffer)
790 ld->flush_buffer(tty);
793 if (tty->driver->flush_buffer)
794 tty->driver->flush_buffer(tty);
H A Dn_hdlc.c332 if (tty->ldisc.flush_buffer)
333 tty->ldisc.flush_buffer (tty);
335 if (tty->driver->flush_buffer)
336 tty->driver->flush_buffer (tty);
H A Dsb1250_duart.c705 if (tty->driver->flush_buffer)
706 tty->driver->flush_buffer(tty);
707 if (tty->ldisc.flush_buffer)
708 tty->ldisc.flush_buffer(tty);
721 .flush_buffer = duart_flush_buffer,
H A Dtty_io.c1277 if(ld->flush_buffer)
1278 ld->flush_buffer(tty);
1365 if (ld->flush_buffer)
1366 ld->flush_buffer(tty);
1367 if (tty->driver->flush_buffer)
1368 tty->driver->flush_buffer(tty);
3382 if (tty->driver->flush_buffer)
3383 tty->driver->flush_buffer(tty);
3685 driver->flush_buffer = op->flush_buffer;
[all...]
H A Drocket_int.h1246 #define TTY_DRIVER_FLUSH_BUFFER_EXISTS(t) t->driver->flush_buffer
1247 #define TTY_DRIVER_FLUSH_BUFFER(t) t->driver->flush_buffer(t)
H A Depca.c504 if (tty->driver->flush_buffer)
505 tty->driver->flush_buffer(tty);
590 if (tty->driver->flush_buffer)
591 tty->driver->flush_buffer(tty);
1128 .flush_buffer = pc_flush_buffer,
2442 if (tty->ldisc.flush_buffer)
2443 tty->ldisc.flush_buffer(tty);
H A Dn_tty.c574 if (tty->driver->flush_buffer)
575 tty->driver->flush_buffer(tty);
1515 .flush_buffer = n_tty_flush_buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dline.c148 static int flush_buffer(struct line *line) function
194 err = flush_buffer(line);
201 /* We map both ->flush_chars and ->put_char (which go in pair) onto ->flush_buffer
225 err = flush_buffer(line);
370 err = flush_buffer(line);
481 flush_buffer(line);
H A Dssl.c113 .flush_buffer = line_flush_buffer,
H A Dstdio_console.c117 .flush_buffer = line_flush_buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dx25_asy.c572 if (tty->driver->flush_buffer) {
573 tty->driver->flush_buffer(tty);
575 if (tty->ldisc.flush_buffer) {
576 tty->ldisc.flush_buffer(tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Daviobuf.c80 static void flush_buffer(ByteIOContext *s) function
102 flush_buffer(s);
117 flush_buffer(s);
126 flush_buffer(s);
166 flush_buffer(s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c612 if (tty->driver->flush_buffer) tty->driver->flush_buffer(tty);
613 if (tty->ldisc.flush_buffer) tty->ldisc.flush_buffer(tty);
927 .flush_buffer = rs_flush_buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c88 .flush_buffer = ircomm_tty_flush_buffer,
558 if (tty->driver->flush_buffer)
559 tty->driver->flush_buffer(tty);
560 if (tty->ldisc.flush_buffer)
561 tty->ldisc.flush_buffer(tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dirtty-sir.c494 if (tty->driver->flush_buffer)
495 tty->driver->flush_buffer(tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dinitramfs.c350 static void __init flush_buffer(char *buf, unsigned len) function
433 flush_buffer(window, outcnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c1127 if (tty->driver->flush_buffer)
1128 tty->driver->flush_buffer(tty);
1357 .flush_buffer = rs_flush_buffer,
H A Dmcfserial.c1199 if (tty->driver->flush_buffer)
1200 tty->driver->flush_buffer(tty);
1676 .flush_buffer = mcfrs_flush_buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c1446 if (tty->driver->flush_buffer)
1447 tty->driver->flush_buffer(tty);
1448 if (tty->ldisc.flush_buffer)
1449 tty->ldisc.flush_buffer(tty);
1720 .flush_buffer = siccuart_flush_buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c469 .flush_buffer = ip2_flush_buffer,
1276 if ( tty->ldisc.flush_buffer )
1277 tty->ldisc.flush_buffer(tty);
1603 if ( tty->driver->flush_buffer )
1604 tty->driver->flush_buffer(tty);
1605 if ( tty->ldisc.flush_buffer )
1606 tty->ldisc.flush_buffer(tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7840.c2466 if (ld && ld->flush_buffer)
2467 ld->flush_buffer(tty);
2470 if (ld && ld->flush_buffer)
2471 ld->flush_buffer(tty);
2474 if (tty->driver->flush_buffer)
2475 tty->driver->flush_buffer(tty);

Completed in 301 milliseconds

123