Home
last modified time | relevance | path

Searched refs:ASYNC_LOW_LATENCY (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dtty_flags.h70 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
79 ASYNC_LOW_LATENCY)
/Linux-v4.19/arch/ia64/hp/sim/
Dsimserial.c409 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in rs_open()
/Linux-v4.19/include/linux/
Dserial_core.h202 #define UPF_LOW_LATENCY ((__force upf_t) ASYNC_LOW_LATENCY /* 13 */ )
/Linux-v4.19/drivers/tty/
Damiserial.c1071 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in set_serial_info()
1499 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in rs_open()
Dmxser.c1267 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mxser_set_serial_info()
Dsynclink_gt.c675 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in open()
Dsynclinkmp.c755 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in open()
Dsynclink.c3384 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mgsl_open()
/Linux-v4.19/drivers/usb/serial/
Dftdi_sio.c1382 if (priv->flags & ASYNC_LOW_LATENCY) in write_latency_timer()
1666 if (priv->flags & ASYNC_LOW_LATENCY) in latency_timer_show()
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c2498 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mgslpc_open()