Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtty_flags.h70 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
79 ASYNC_LOW_LATENCY)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtty_flags.h70 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
79 ASYNC_LOW_LATENCY)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtty_flags.h52 #define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY) macro
60 ASYNC_LOW_LATENCY)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A 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/patches/linux-5.10/prebuilts/usr/include/linux/
H A 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/
H A Dserial_core.h189 #define UPF_LOW_LATENCY ((__force upf_t) ASYNC_LOW_LATENCY /* 13 */ )
/kernel/linux/linux-5.10/drivers/tty/
H A 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()
H A Dmxser.c1283 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mxser_set_serial_info()
H A Dsynclink.c3382 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mgsl_open()
H A Dsynclinkmp.c755 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in open()
H A Dsynclink_gt.c620 info->port.low_latency = (info->port.flags & ASYNC_LOW_LATENCY) ? 1 : 0; in open()
/kernel/linux/linux-6.6/include/linux/
H A Dserial_core.h515 #define UPF_LOW_LATENCY ((__force upf_t) ASYNC_LOW_LATENCY /* 13 */ )
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dftdi_sio.c1428 if (priv->flags & ASYNC_LOW_LATENCY) in write_latency_timer()
1704 if (priv->flags & ASYNC_LOW_LATENCY) in latency_timer_show()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dftdi_sio.c1389 if (priv->flags & ASYNC_LOW_LATENCY) in write_latency_timer()
1644 if (priv->flags & ASYNC_LOW_LATENCY) in latency_timer_show()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c2497 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in mgslpc_open()

Completed in 54 milliseconds