Searched refs:low_latency (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c214 static int low_latency = TI_DEFAULT_LOW_LATENCY; variable
332 module_param(low_latency, bool, S_IRUGO | S_IWUSR);
333 MODULE_PARM_DESC(low_latency, "TTY low_latency flag, 0=off, 1=on, default is off");
474 tport->tp_flags = low_latency ? ASYNC_LOW_LATENCY : 0;
554 port->tty->low_latency =
1439 port->tty->low_latency =
H A Dgeneric.c125 /* force low_latency on so that our tty_push actually forces the data through,
129 port->tty->low_latency = 1;
H A Dipw.c209 port->tty->low_latency = 1;
H A Dcyberjack.c176 /* force low_latency on so that our tty_push actually forces
180 port->tty->low_latency = 1;
H A Dempeg.c38 * Moved tty->low_latency = 1 from empeg_read_bulk_callback() to empeg_open()
495 * Force low_latency on; otherwise the pushes are scheduled;
499 port->tty->low_latency = 1;
H A Dio_edgeport.c213 static int low_latency = 1; /* tty low latency flag, on by default */ variable
801 port->tty->low_latency = low_latency;
3086 module_param(low_latency, bool, S_IRUGO | S_IWUSR);
3087 MODULE_PARM_DESC(low_latency, "Low latency enabled or not");
H A Dio_ti.c231 static int low_latency = EDGE_LOW_LATENCY; variable
1926 port->tty->low_latency = low_latency;
3074 module_param(low_latency, bool, S_IRUGO | S_IWUSR);
3075 MODULE_PARM_DESC(low_latency, "Low latency enabled or not");
H A Dkobil_sct.c233 /* force low_latency on so that our tty_push actually forces
237 port->tty->low_latency = 1;
H A Doption.c597 port->tty->low_latency = 1;
H A Dsierra.c448 port->tty->low_latency = 1;
H A Dftdi_sio.c709 port->tty->low_latency = (priv->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
1102 port->tty->low_latency = (priv->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_ldisc.c473 tty->low_latency = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_vt220.c501 tty->low_latency = 0;
H A Dsclp_tty.c82 tty->low_latency = 0;
H A Dtty3270.c863 tty->low_latency = 0;
905 tty->low_latency = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h206 unsigned char low_latency:1, warned:1; member in struct:tty_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dinterface.c175 tty->low_latency = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_console.c334 tty->low_latency = 1; /* Makes flushes to ldisc synchronous. */
H A Dmxser.c1007 tty->low_latency = 1;
2836 info->tty->low_latency =
2838 info->tty->low_latency = 0; /* (info->flags & ASYNC_LOW_LATENCY) ? 1 : 0; */
H A Dmxser_new.c956 tty->low_latency = 1;
1260 info->tty->low_latency =
1262 info->tty->low_latency = 0;
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 Dhvcs.c632 /* This is synch because tty->low_latency == 1 */
1166 tty->low_latency = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c2727 low_latency = 1, enumerator in enum:latency_range
2768 retval = low_latency;
2770 case low_latency: /* 50 usec aka 20000 ints/s */
2787 retval = low_latency;
2789 retval = low_latency;
2820 adapter->tx_itr = low_latency;
2828 adapter->rx_itr = low_latency;
2837 case low_latency:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c806 state->info->tty->low_latency =
1585 tty->low_latency = (state->port->flags & UPF_LOW_LATENCY) ? 1 : 0;

Completed in 404 milliseconds

12