Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtty_flags.h52 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
60 ASYNC_LOW_LATENCY)
/kernel/linux/linux-5.10/include/uapi/linux/
Dtty_flags.h70 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
79 ASYNC_LOW_LATENCY)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtty_flags.h65 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
71 #define ASYNC_USR_MASK (ASYNC_SPD_MASK | ASYNC_CALLOUT_NOHUP | ASYNC_LOW_LATENCY)
/kernel/linux/linux-5.10/include/linux/
Dserial_core.h189 #define UPF_LOW_LATENCY ((__force upf_t) ASYNC_LOW_LATENCY /* 13 */ )
/kernel/linux/linux-5.10/drivers/tty/
Damiserial.c1002 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in set_serial_info()
1390 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in rs_open()
Dmxser.c1276 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mxser_set_serial_info()
Dsynclink_gt.c620 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.c3382 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mgsl_open()
/kernel/linux/linux-5.10/drivers/usb/serial/
Dftdi_sio.c1421 if (priv->flags & ASYNC_LOW_LATENCY) in write_latency_timer()
1697 if (priv->flags & ASYNC_LOW_LATENCY) in latency_timer_show()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
Dsynclink_cs.c2497 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mgslpc_open()