Searched refs:ASYNC_LOW_LATENCY (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial.h123 #define ASYNC_LOW_LATENCY 0x2000 /* Request low latency behaviour */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c109 #define TI_SET_SERIAL_FLAGS (ASYNC_LOW_LATENCY)
474 tport->tp_flags = low_latency ? ASYNC_LOW_LATENCY : 0;
555 (tport->tp_flags & ASYNC_LOW_LATENCY) ? 1 : 0;
1440 (tport->tp_flags & ASYNC_LOW_LATENCY) ? 1 : 0;
H A Dftdi_sio.c709 port->tty->low_latency = (priv->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
957 priv->flags = ASYNC_LOW_LATENCY;
1102 port->tty->low_latency = (priv->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c427 self->tty->low_latency = (self->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
1326 if (self->flags & ASYNC_LOW_LATENCY)
1327 ret += sprintf(buf+ret, "ASYNC_LOW_LATENCY|");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Damiserial.c1141 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
1772 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
H A Dmxser.c2837 (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
2838 info->tty->low_latency = 0; /* (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0; */
H A Dmxser_new.c1261 (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
H A Dsynclink_gt.c692 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
H A Dsynclink.c3463 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
H A Dsynclinkmp.c769 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c1147 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
1664 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c814 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c3949 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
4584 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c2724 info->tty->low_latency = (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0;

Completed in 394 milliseconds